BinaryReference Class
Represents the information that is required to install a Windows Installer package on a computer.
Namespace: Microsoft.WindowsServerSolutions.AddinInfrastructure
Assembly: AddinInfrastructure (in AddinInfrastructure.dll)
Inheritance Hierarchy
System.Object
Microsoft.WindowsServerSolutions.AddinInfrastructure.BinaryReference
Syntax
[DataContractAttribute(Namespace = "https://schemas.microsoft.com/WindowsServerSolutions/2010/03/Addins")]
public class BinaryReference
[DataContractAttribute(Namespace = "https://schemas.microsoft.com/WindowsServerSolutions/2010/03/Addins")]
public ref class BinaryReference
<DataContractAttribute(Namespace := "https://schemas.microsoft.com/WindowsServerSolutions/2010/03/Addins")>
Public Class BinaryReference
Constructors
Name | Description | |
---|---|---|
BinaryReference() | Creates and initializes an instance of the BinaryReference class. |
Properties
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. |
Methods
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.) |
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