InventoryInstanceElement Class
A class to be inherited by inventory instance elements.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Inheritance Hierarchy
System.Object
Microsoft.ConfigurationManagement.Messaging.Messages.InventoryInstanceElement
Microsoft.ConfigurationManagement.Messaging.Messages.InventoryInstanceElementADSiteInfo
Microsoft.ConfigurationManagement.Messaging.Messages.InventoryInstanceElementCcmClient
Microsoft.ConfigurationManagement.Messaging.Messages.InventoryInstanceElementCcmComputerSystem
Microsoft.ConfigurationManagement.Messaging.Messages.InventoryInstanceElementCcmDiscoveryData
Microsoft.ConfigurationManagement.Messaging.Messages.InventoryInstanceElementCcmExtNetworkAdapterConfiguration
Microsoft.ConfigurationManagement.Messaging.Messages.InventoryInstanceElementCcmSystem
Microsoft.ConfigurationManagement.Messaging.Messages.InventoryInstanceElementFileSystemFile
Microsoft.ConfigurationManagement.Messaging.Messages.InventoryInstanceElementNetworkAdapterConfiguration
Microsoft.ConfigurationManagement.Messaging.Messages.InventoryInstanceElementSmsAuthority
Microsoft.ConfigurationManagement.Messaging.Messages.InventoryInstanceElementWin32ComputerSystemProduct
Microsoft.ConfigurationManagement.Messaging.Messages.InventoryInstanceElementWin32NetworkAdapterConfiguration
Syntax
[SerializableAttribute]
public class InventoryInstanceElement
[SerializableAttribute]
public ref class InventoryInstanceElement
<SerializableAttribute>
Public Class InventoryInstanceElement
Constructors
Name | Description | |
---|---|---|
InventoryInstanceElement() | Initializes a new instance of the InventoryInstanceElement class. |
|
InventoryInstanceElement(String, String) | Initializes a new instance of the InventoryInstanceElement class. |
|
InventoryInstanceElement(String, String, String) | Initializes a new instance of the InventoryInstanceElement class. |
Properties
Name | Description | |
---|---|---|
BaseClass | Gets the class for the instance. |
|
Namespace | Gets the WMI namespace for the instance. |
|
ParentClass | Gets the parent class for the instance. |
Methods
Name | Description | |
---|---|---|
Discover<T>() | Discovers an inventory instance element-based local configuration. |
|
DiscoverSelf() | Discovers an inventory instance element-based local configuration. |
|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (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