[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Inventory data instance. Inherits from InventoryReportBodyElement.

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

Syntax

                 
  C#     Visual Basic     Visual C++  
<
SerializableAttribute> _
Public 
Class 
InventoryInstance _
	
Inherits 

InventoryReportBodyElement _
	
Implements 
IXmlSerializable
[
SerializableAttribute]
public 
ref class 
InventoryInstance : 
public 

InventoryReportBodyElement, 
	
IXmlSerializable

Members

                       
  All Members     Constructors      Properties      Methods   
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

  Member Description
InventoryInstance () () () ()
Initializes a new instance of the InventoryInstanceclass.
InventoryInstance(InventoryInstanceElement)
Initializes a new instance of the InventoryInstanceclass.
InventoryInstance(String, String, String)
Initializes a new instance of the InventoryInstanceclass.
Class
WMI class for the instance. Do not use the setter, this should be populated from inheriting objects.
Content
Content type. Defaults to New.
Equals(Object) (Inherited from Object.)
Finalize () () () () (Inherited from Object.)
GetHashCode () () () () (Inherited from Object.)
GetSchema () () () ()
This method is reserved and should not be used. When implementing the IXmlSerializable interface, you should return null (Nothing in Visual Basic) from this method, and instead, if specifying a custom schema is required, apply the XmlSchemaProviderAttributeto the class.
GetType () () () () (Inherited from Object.)
InstanceData
Gets/sets the instance data for the Instance

Warning: This will override any previously set BaseClass/ParentClass/Namespace values

InstanceDataXml
Gets the instance data as a serialized XML blob
MemberwiseClone () () () () (Inherited from Object.)
Namespace
Namespace for the instance. Defaults to \\machinename\root\ccm
ParentClass
Parent class for the WMI class, can be the same. Do not use the setter, this should be populated from inheriting objects.
ReadXml(XmlReader)
Generates an object from its XML representation.
ToString () () () () (Inherited from Object.)
WriteXml(XmlWriter)
Converts an object into its XML representation.

Inheritance Hierarchy

See Also