Partager via


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

Initializes a new instance of the ProductInfo class.

System_CAPS_pubmethod ProductInfo(FileInfo)

Initializes a new instance of the ProductInfo class.

System_CAPS_pubmethod ProductInfo(String)

Initializes a new instance of the ProductInfo class.

Properties

Name Description
System_CAPS_pubproperty CompanyName

Gets or sets the company name for the file.

System_CAPS_pubproperty ProductLanguage

Gets or sets the product language.

System_CAPS_pubproperty ProductName

Gets or sets the product name for the file.

System_CAPS_pubproperty ProductVersion

Gets or sets the product version.

System_CAPS_pubproperty SoftwareFileInfo

Gets or sets the software file information.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetFileInfo(String)

Populates the ProductInfo with a specified file.

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(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.ConfigurationManagement.Messaging.Messages Namespace

Return to top