BinaryFilter Class
Specifies the computers on which to install an add-in.
Assembly: AddinInfrastructure (in AddinInfrastructure.dll)
| Name | Description | |
|---|---|---|
![]() | BinaryFilter() | Creates and initializes an instance of the BinaryFilter class. |
| Name | Description | |
|---|---|---|
![]() | IsLanguageFallback | Indicates whether the binary is to be used as the language fallback, if the operating system of the client computer does not. |
![]() | Language | Gets and sets the supported languages. |
![]() | MaxOSVersion | Gets and sets the maximum version number of the operating system that is supported, which includes the maximum version number. |
![]() | MinOSVersion | Gets and sets the minimum version number of the operating system that is supported, which includes the minimum version number. |
![]() | OSEdition | Gets and sets the editions of the operating system that are supported. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (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.


