Share via


BinaryFilter Class

 

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

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

Inheritance Hierarchy

System.Object
  Microsoft.WindowsServerSolutions.AddinInfrastructure.BinaryFilter

Syntax

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

Constructors

Name Description
System_CAPS_pubmethod BinaryFilter()

Creates and initializes an instance of the BinaryFilter class.

Properties

Name Description
System_CAPS_pubproperty IsLanguageFallback

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

System_CAPS_pubproperty Language

Gets and sets the supported languages.

System_CAPS_pubproperty MaxOSVersion

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

System_CAPS_pubproperty MinOSVersion

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

System_CAPS_pubproperty OSEdition

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

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

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

See Also

Microsoft.WindowsServerSolutions.AddinInfrastructure Namespace

Return to top