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

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

See Also