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

Helper method to generate an inventory instance from a WMI class.

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

Syntax

                 
  C#     Visual Basic     Visual C++  
[
SerializableAttribute]
public 
static 
class 
WmiClassToInventoryReportInstance
<
SerializableAttribute> _
Public 
NotInheritable 
Class 
WmiClassToInventoryReportInstance
[
SerializableAttribute]
public 
ref class 
WmiClassToInventoryReportInstance 
abstract 
sealed

Members

           
  All Members     Methods   
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

  Member Description
WmiClassToInventoryInstanceGeneric(String, String, WmiPropertyAndValuesCollection)
Creates InventoryInstanceGeneric based on incoming parameters by Bob Edwards 6/29/09
WmiClassToInventoryInstanceGeneric(String, String, array< String > [] () [] [] , array< String > [] () [] [] )
Creates InventoryInstanceGeneric generated based on incoming parameters
WmiClassToInventoryInstances(String, String)
Connects to WMI on the local machine and gets the WMI instances from a class
WmiClassToInventoryInstances(String, String, String, String)
Connects to WMI on the local machine and gets the WMI instances from a class
WmiClassToInventoryInstances(String, String, String, String, String)
Connects to WMI on a remote machine with specified credentials and gets the WMI instances from a class
WmiClassToInventoryInstances(String, String, String, String, String, NetworkCredential)
Retrieves instances from WMI
WmiClassToInventoryInstances(String, String, String, String, String, String, String)
Connects to WMI on a remote machine with specified credentials and gets the WMI instances from a class. The real WMI class is overwritten with SpoofWmiClass.

This is useful when the client isn't installed

Inheritance Hierarchy

System . . :: . . Object
   Microsoft.ConfigurationManagement.Messaging.Messages . . :: . . WmiClassToInventoryReportInstance

See Also