ProductInfo Class
Represents a blob that contains product information.
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Microsoft.ConfigurationManagement.Messaging.Messages::InventoryReportBodyElement
Microsoft.ConfigurationManagement.Messaging.Messages::ProductInfo
| Name | Description | |
|---|---|---|
![]() | ProductInfo() | Initializes a new instance of the ProductInfo class. |
![]() | ProductInfo(FileInfo^) | Initializes a new instance of the ProductInfo class. |
![]() | ProductInfo(String^) | Initializes a new instance of the ProductInfo class. |
| Name | Description | |
|---|---|---|
![]() | CompanyName | Gets or sets the company name for the file. |
![]() | ProductLanguage | Gets or sets the product language. |
![]() | ProductName | Gets or sets the product name for the file. |
![]() | ProductVersion | Gets or sets the product version. |
![]() | SoftwareFileInfo | Gets or sets the software file information. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetFileInfo(String^) | Populates the ProductInfo with a specified file. |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (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.

