Udostępnij za pośrednictwem


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

Initializes a new instance of the InventoryInstanceElement class.

System_CAPS_protmethod InventoryInstanceElement(String, String)

Initializes a new instance of the InventoryInstanceElement class.

System_CAPS_protmethod InventoryInstanceElement(String, String, String)

Initializes a new instance of the InventoryInstanceElement class.

Properties

Name Description
System_CAPS_pubproperty BaseClass

Gets the class for the instance.

System_CAPS_pubproperty Namespace

Gets the WMI namespace for the instance.

System_CAPS_pubproperty ParentClass

Gets the parent class for the instance.

Methods

Name Description
System_CAPS_pubmethodSystem_CAPS_static Discover<T>()

Discovers an inventory instance element-based local configuration.

System_CAPS_protmethod DiscoverSelf()

Discovers an inventory instance element-based local configuration.

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(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