BinaryReference Class
Represents the information that is required to install a Windows Installer package on a computer.
Assembly: AddinInfrastructure (in AddinInfrastructure.dll)
| Name | Description | |
|---|---|---|
![]() | BinaryReference() | Creates and initializes an instance of the BinaryReference class. |
| Name | Description | |
|---|---|---|
![]() | Arguments | Gets and sets the parameters that are used to install the Windows Installer package. |
![]() | Filter | Gets and sets the filter that determines whether the add-in applies to a specified computer. |
![]() | Name | Gets and sets the name of the file to install. |
![]() | ProductCode | Gets and sets the product code for the Windows Installer package that is installed. |
![]() | Version | Gets and sets the version of the Windows Installer package that is installed. |
| 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.


