Share via


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
System_CAPS_pubmethod BinaryReference()

Creates and initializes an instance of the BinaryReference class.

Properties

Name Description
System_CAPS_pubproperty Arguments

Gets and sets the parameters that are used to install the Windows Installer package.

System_CAPS_pubproperty Filter

Gets and sets the filter that determines whether the add-in applies to a specified computer.

System_CAPS_pubproperty Name

Gets and sets the name of the file to install.

System_CAPS_pubproperty ProductCode

Gets and sets the product code for the Windows Installer package that is installed.

System_CAPS_pubproperty Version

Gets and sets the version of the Windows Installer package that is installed.

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