BinaryFilter Class

 

Specifies the computers on which to install an add-in.

Namespace:   Microsoft.WindowsServerSolutions.AddinInfrastructure
Assembly:  AddinInfrastructure (in AddinInfrastructure.dll)

System::Object
  Microsoft.WindowsServerSolutions.AddinInfrastructure::BinaryFilter

[DataContractAttribute(Name = "Filter", Namespace = "http://schemas.microsoft.com/WindowsServerSolutions/2010/03/Addins")]
public ref class BinaryFilter 

NameDescription
System_CAPS_pubmethodBinaryFilter()

Creates and initializes an instance of the BinaryFilter class.

NameDescription
System_CAPS_pubpropertyIsLanguageFallback

Indicates whether the binary is to be used as the language fallback, if the operating system of the client computer does not.

System_CAPS_pubpropertyLanguage

Gets and sets the supported languages.

System_CAPS_pubpropertyMaxOSVersion

Gets and sets the maximum version number of the operating system that is supported, which includes the maximum version number.

System_CAPS_pubpropertyMinOSVersion

Gets and sets the minimum version number of the operating system that is supported, which includes the minimum version number.

System_CAPS_pubpropertyOSEdition

Gets and sets the editions of the operating system that are supported.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top

Community Additions

ADD
Show: