ProductInfo Class

 

Represents a blob that contains product information.

Namespace:   Microsoft.ConfigurationManagement.Messaging.Messages
Assembly:  Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)

System::Object
  Microsoft.ConfigurationManagement.Messaging.Messages::InventoryReportBodyElement
    Microsoft.ConfigurationManagement.Messaging.Messages::ProductInfo

[SerializableAttribute]
public ref class ProductInfo sealed : InventoryReportBodyElement

NameDescription
System_CAPS_pubmethodProductInfo()

Initializes a new instance of the ProductInfo class.

System_CAPS_pubmethodProductInfo(FileInfo^)

Initializes a new instance of the ProductInfo class.

System_CAPS_pubmethodProductInfo(String^)

Initializes a new instance of the ProductInfo class.

NameDescription
System_CAPS_pubpropertyCompanyName

Gets or sets the company name for the file.

System_CAPS_pubpropertyProductLanguage

Gets or sets the product language.

System_CAPS_pubpropertyProductName

Gets or sets the product name for the file.

System_CAPS_pubpropertyProductVersion

Gets or sets the product version.

System_CAPS_pubpropertySoftwareFileInfo

Gets or sets the software file information.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetFileInfo(String^)

Populates the ProductInfo with a specified file.

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(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
Show: