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)

System::Object
  Microsoft.WindowsServerSolutions.AddinInfrastructure::BinaryReference

[DataContractAttribute(Namespace = "http://schemas.microsoft.com/WindowsServerSolutions/2010/03/Addins")]
public ref class BinaryReference 

NameDescription
System_CAPS_pubmethodBinaryReference()

Creates and initializes an instance of the BinaryReference class.

NameDescription
System_CAPS_pubpropertyArguments

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

System_CAPS_pubpropertyFilter

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

System_CAPS_pubpropertyName

Gets and sets the name of the file to install.

System_CAPS_pubpropertyProductCode

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

System_CAPS_pubpropertyVersion

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

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(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.

Return to top

Community Additions

ADD
Show: