ProductInfo Class
Represents a blob that contains product information.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Inheritance Hierarchy
System.Object
Microsoft.ConfigurationManagement.Messaging.Messages.InventoryReportBodyElement
Microsoft.ConfigurationManagement.Messaging.Messages.ProductInfo
Syntax
[SerializableAttribute]
public sealed class ProductInfo : InventoryReportBodyElement
[SerializableAttribute]
public ref class ProductInfo sealed : InventoryReportBodyElement
<SerializableAttribute>
Public NotInheritable Class ProductInfo
Inherits InventoryReportBodyElement
Constructors
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. |
Properties
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. |
Methods
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.) |
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.ConfigurationManagement.Messaging.Messages Namespace
Return to top