ManagementClass Class
Represents a Common Information Model (CIM) management class. A management class is a WMI class such as Win32_LogicalDisk, which can represent a disk drive, and Win32_Process, which represents a process such as Notepad.exe. The members of this class enable you to access WMI data using a specific WMI class path. For more information, see "Win32 Classes" in the Windows Management Instrumentation documentation in the MSDN Library at http://msdn.microsoft.com/library.
System.MarshalByRefObject
System.ComponentModel.Component
System.Management.ManagementBaseObject
System.Management.ManagementObject
System.Management.ManagementClass
Namespace: System.Management
Assembly: System.Management (in System.Management.dll)
The ManagementClass type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | ManagementClass() | Initializes a new instance of the ManagementClass class. This is the default constructor. |
![]() | ManagementClass(ManagementPath) | Initializes a new instance of the ManagementClass class. The class represents a Common Information Model (CIM) management class from WMI such as Win32_LogicalDisk, which can represent a disk drive, and Win32_Process, which represents a process such as Notepad.exe. For more information, see "Win32 Classes" in the Windows Management Instrumentation documentation in the MSDN Library at http://msdn.microsoft.com/library. |
![]() | ManagementClass(String) | Initializes a new instance of the ManagementClass class initialized to the given path. The class represents a Common Information Model (CIM) management class from WMI such as Win32_LogicalDisk, which can represent a disk drive, and Win32_Process, which represents a process such as Notepad.exe. For more information, see "Win32 Classes" in the Windows Management Instrumentation documentation in the MSDN Library at http://msdn.microsoft.com/library. |
![]() | ManagementClass(ManagementPath, ObjectGetOptions) | Initializes a new instance of the ManagementClass class initialized to the given WMI class path using the specified options. The class represents a Common Information Model (CIM) management class from WMI such as Win32_LogicalDisk, which can represent a disk drive, and Win32_Process, which represents a process such as Notepad.exe. For more information, see "Win32 Classes" in the Windows Management Instrumentation documentation in the MSDN Library at http://msdn.microsoft.com/library. |
![]() | ManagementClass(SerializationInfo, StreamingContext) | Initializes a new instance of the ManagementClass class from the specified instances of the SerializationInfo and StreamingContext classes. |
![]() | ManagementClass(String, ObjectGetOptions) | Initializes a new instance of the ManagementClass class initialized to the given WMI class path using the specified options. The class represents a Common Information Model (CIM) management class from WMI such as Win32_LogicalDisk, which can represent a disk drive, and Win32_Process, which represents a process such as Notepad.exe. For more information, see "Win32 Classes" in the Windows Management Instrumentation documentation in the MSDN Library at http://msdn.microsoft.com/library. |
![]() | ManagementClass(ManagementScope, ManagementPath, ObjectGetOptions) | Initializes a new instance of the ManagementClass class for the specified WMI class in the specified scope and with the specified options. The class represents a Common Information Model (CIM) management class from WMI such as Win32_LogicalDisk, which can represent a disk drive, and Win32_Process, which represents a process such as Notepad.exe. For more information, see "Win32 Classes" in the Windows Management Instrumentation documentation in the MSDN Library at http://msdn.microsoft.com/library. |
![]() | ManagementClass(String, String, ObjectGetOptions) | Initializes a new instance of the ManagementClass class for the specified WMI class, in the specified scope, and with the specified options. The class represents a Common Information Model (CIM) management class from WMI such as Win32_LogicalDisk, which can represent a disk drive, and Win32_Process, which represents a process such as Notepad.exe. For more information, see "Win32 Classes" in the Windows Management Instrumentation documentation in the MSDN Library at http://msdn.microsoft.com/library. |
| Name | Description | |
|---|---|---|
![]() | CanRaiseEvents | Gets a value indicating whether the component can raise an event. (Inherited from Component.) |
![]() | ClassPath | Gets or sets the path to the object's class. (Inherited from ManagementObject.) |
![]() | Container | Gets the IContainer that contains the Component. (Inherited from Component.) |
![]() | Derivation | Gets an array containing all WMI classes in the inheritance hierarchy from this class to the top of the hierarchy. |
![]() | DesignMode | Gets a value that indicates whether the Component is currently in design mode. (Inherited from Component.) |
![]() | Events | Gets the list of event handlers that are attached to this Component. (Inherited from Component.) |
![]() | Item | Gets access to property values through [] notation. This property is the indexer for the ManagementBaseObject class. You can use the default indexed properties defined by a type, but you cannot explicitly define your own. However, specifying the expando attribute on a class automatically provides a default indexed property whose type is Object and whose index type is String. (Inherited from ManagementBaseObject.) |
![]() | Methods | Gets or sets a collection of MethodData objects that represent the methods defined in the WMI class. |
![]() | Options | Gets or sets additional information to use when retrieving the object. (Inherited from ManagementObject.) |
![]() | Path | Gets or sets the path of the WMI class to which the ManagementClass object is bound. (Overrides ManagementObject.Path.) |
![]() | Properties | Gets a collection of PropertyData objects describing the properties of the management object. (Inherited from ManagementBaseObject.) |
![]() | Qualifiers | Gets the collection of QualifierData objects defined on the management object. Each element in the collection holds information such as the qualifier name, value, and flavor. (Inherited from ManagementBaseObject.) |
![]() | Scope | Gets or sets the scope in which this object resides. (Inherited from ManagementObject.) |
![]() | Site | Gets or sets the ISite of the Component. (Inherited from Component.) |
![]() | SystemProperties | Gets the collection of WMI system properties of the management object (for example, the class name, server, and namespace). WMI system property names begin with "__". (Inherited from ManagementBaseObject.) |
| Name | Description | |
|---|---|---|
![]() | Clone | Returns a copy of the object. (Overrides ManagementObject.Clone().) |
![]() | CompareTo | Compares this object to another, based on specified options. (Inherited from ManagementBaseObject.) |
![]() | CopyTo(ManagementPath) | Copies the object to a different location. (Inherited from ManagementObject.) |
![]() | CopyTo(String) | Copies the object to a different location. (Inherited from ManagementObject.) |
![]() | CopyTo(ManagementOperationObserver, ManagementPath) | Copies the object to a different location, asynchronously. (Inherited from ManagementObject.) |
![]() | CopyTo(ManagementOperationObserver, String) | Copies the object to a different location, asynchronously. (Inherited from ManagementObject.) |
![]() | CopyTo(ManagementPath, PutOptions) | Copies the object to a different location. (Inherited from ManagementObject.) |
![]() | CopyTo(String, PutOptions) | Copies the object to a different location. (Inherited from ManagementObject.) |
![]() | CopyTo(ManagementOperationObserver, ManagementPath, PutOptions) | Copies the object to a different location, asynchronously. (Inherited from ManagementObject.) |
![]() | CopyTo(ManagementOperationObserver, String, PutOptions) | Copies the object to a different location, asynchronously. (Inherited from ManagementObject.) |
![]() | CreateInstance | Initializes a new instance of the WMI class. |
![]() | CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from MarshalByRefObject.) |
![]() | Delete() | Deletes the object. (Inherited from ManagementObject.) |
![]() | Delete(DeleteOptions) | Deletes the object. (Inherited from ManagementObject.) |
![]() | Delete(ManagementOperationObserver) | Deletes the object. (Inherited from ManagementObject.) |
![]() | Delete(ManagementOperationObserver, DeleteOptions) | Deletes the object. (Inherited from ManagementObject.) |
![]() | Derive | Derives a new class from this class. |
![]() | Dispose() | Releases all resources used by the Component. (Inherited from ManagementObject.) |
![]() | Dispose(Boolean) | Releases the unmanaged resources used by the Component and optionally releases the managed resources. (Inherited from Component.) |
![]() | Equals | Compares two management objects. (Inherited from ManagementBaseObject.) |
![]() | Finalize | Releases unmanaged resources and performs other cleanup operations before the Component is reclaimed by garbage collection. (Inherited from Component.) |
![]() | Get() | Binds WMI class information to the management object. (Inherited from ManagementObject.) |
![]() | Get(ManagementOperationObserver) | Binds to the management object asynchronously. (Inherited from ManagementObject.) |
![]() | GetHashCode | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. (Inherited from ManagementBaseObject.) |
![]() | GetInstances() | Returns the collection of all instances of the class. |
![]() | GetInstances(EnumerationOptions) | Returns the collection of all instances of the class using the specified options. |
![]() | GetInstances(ManagementOperationObserver) | Returns the collection of all instances of the class, asynchronously. |
![]() | GetInstances(ManagementOperationObserver, EnumerationOptions) | Returns the collection of all instances of the class, asynchronously, using the specified options. |
![]() | GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from MarshalByRefObject.) |
![]() | GetMethodParameters | Returns a ManagementBaseObject representing the list of input parameters for a method. (Inherited from ManagementObject.) |
![]() | GetObjectData | Populates a SerializationInfo with the data necessary to deserialize the field represented by this instance. (Overrides ManagementObject.GetObjectData(SerializationInfo, StreamingContext).) |
![]() | GetPropertyQualifierValue | Returns the value of the specified property qualifier. (Inherited from ManagementBaseObject.) |
![]() | GetPropertyValue | Gets an equivalent accessor to a property's value. (Inherited from ManagementBaseObject.) |
![]() | GetQualifierValue | Gets the value of the specified qualifier. (Inherited from ManagementBaseObject.) |
![]() | GetRelated() | Gets a collection of objects related to the object (associators). (Inherited from ManagementObject.) |
![]() | GetRelated(ManagementOperationObserver) | Gets a collection of objects related to the object (associators) asynchronously. This call returns immediately, and a delegate is called when the results are available. (Inherited from ManagementObject.) |
![]() | GetRelated(String) | Gets a collection of objects related to the object (associators). (Inherited from ManagementObject.) |
![]() | GetRelated(ManagementOperationObserver, String) | Gets a collection of objects related to the object (associators). (Inherited from ManagementObject.) |
![]() | GetRelated(String, String, String, String, String, String, Boolean, EnumerationOptions) | Gets a collection of objects related to the object (associators). (Inherited from ManagementObject.) |
![]() | GetRelated(ManagementOperationObserver, String, String, String, String, String, String, Boolean, EnumerationOptions) | Gets a collection of objects related to the object (associators). (Inherited from ManagementObject.) |
![]() | GetRelatedClasses() | Retrieves classes related to the WMI class. |
![]() | GetRelatedClasses(ManagementOperationObserver) | Retrieves classes related to the WMI class, asynchronously. |
![]() | GetRelatedClasses(String) | Retrieves classes related to the WMI class. |
![]() | GetRelatedClasses(ManagementOperationObserver, String) | Retrieves classes related to the WMI class, asynchronously, given the related class name. |
![]() | GetRelatedClasses(String, String, String, String, String, String, EnumerationOptions) | Retrieves classes related to the WMI class based on the specified options. |
![]() | GetRelatedClasses(ManagementOperationObserver, String, String, String, String, String, String, EnumerationOptions) | Retrieves classes related to the WMI class, asynchronously, using the specified options. |
![]() | GetRelationshipClasses() | Retrieves relationship classes that relate the class to others. |
![]() | GetRelationshipClasses(ManagementOperationObserver) | Retrieves relationship classes that relate the class to others, asynchronously. |
![]() | GetRelationshipClasses(String) | Retrieves relationship classes that relate the class to others, where the endpoint class is the specified class. |
![]() | GetRelationshipClasses(ManagementOperationObserver, String) | Retrieves relationship classes that relate the class to the specified WMI class, asynchronously. |
![]() | GetRelationshipClasses(String, String, String, EnumerationOptions) | Retrieves relationship classes that relate this class to others, according to specified options. |
![]() | GetRelationshipClasses(ManagementOperationObserver, String, String, String, EnumerationOptions) | Retrieves relationship classes that relate the class according to the specified options, asynchronously. |
![]() | GetRelationships() | Gets a collection of associations to the object. (Inherited from ManagementObject.) |
![]() | GetRelationships(ManagementOperationObserver) | Gets a collection of associations to the object. (Inherited from ManagementObject.) |
![]() | GetRelationships(String) | Gets a collection of associations to the object. (Inherited from ManagementObject.) |
![]() | GetRelationships(ManagementOperationObserver, String) | Gets a collection of associations to the object. (Inherited from ManagementObject.) |
![]() | GetRelationships(String, String, String, Boolean, EnumerationOptions) | Gets a collection of associations to the object. (Inherited from ManagementObject.) |
![]() | GetRelationships(ManagementOperationObserver, String, String, String, Boolean, EnumerationOptions) | Gets a collection of associations to the object. (Inherited from ManagementObject.) |
![]() | GetService | Returns an object that represents a service provided by the Component or by its Container. (Inherited from Component.) |
![]() | GetStronglyTypedClassCode(Boolean, Boolean) | Generates a strongly-typed class for a given WMI class. |
![]() | GetStronglyTypedClassCode(CodeLanguage, String, String) | Generates a strongly-typed class for a given WMI class. This function generates code for Visual Basic, C#, JScript, J#, or C++ depending on the input parameters. |
![]() | GetSubclasses() | Returns the collection of all subclasses for the class. |
![]() | GetSubclasses(EnumerationOptions) | Retrieves the subclasses of the class using the specified options. |
![]() | GetSubclasses(ManagementOperationObserver) | Returns the collection of all classes derived from this class, asynchronously. |
![]() | GetSubclasses(ManagementOperationObserver, EnumerationOptions) | Retrieves all classes derived from this class, asynchronously, using the specified options. |
![]() | GetText | Returns a textual representation of the object in the specified format. (Inherited from ManagementBaseObject.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from MarshalByRefObject.) |
![]() | InvokeMethod(String, Object[]) | Invokes a method on the object. (Inherited from ManagementObject.) |
![]() | InvokeMethod(ManagementOperationObserver, String, Object[]) | Invokes a method on the object, asynchronously. (Inherited from ManagementObject.) |
![]() | InvokeMethod(String, ManagementBaseObject, InvokeMethodOptions) | Invokes a method on the WMI object. The input and output parameters are represented as ManagementBaseObject objects. (Inherited from ManagementObject.) |
![]() | InvokeMethod(ManagementOperationObserver, String, ManagementBaseObject, InvokeMethodOptions) | Invokes a method on the object, asynchronously. (Inherited from ManagementObject.) |
![]() | MemberwiseClone() | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | MemberwiseClone(Boolean) | Creates a shallow copy of the current MarshalByRefObject object. (Inherited from MarshalByRefObject.) |
![]() | Put() | Commits the changes to the object. (Inherited from ManagementObject.) |
![]() | Put(ManagementOperationObserver) | Commits the changes to the object, asynchronously. (Inherited from ManagementObject.) |
![]() | Put(PutOptions) | Commits the changes to the object. (Inherited from ManagementObject.) |
![]() | Put(ManagementOperationObserver, PutOptions) | Commits the changes to the object asynchronously and using the specified options. (Inherited from ManagementObject.) |
![]() | SetPropertyQualifierValue | Sets the value of the specified property qualifier. (Inherited from ManagementBaseObject.) |
![]() | SetPropertyValue | Sets the value of the named property. (Inherited from ManagementBaseObject.) |
![]() | SetQualifierValue | Sets the value of the named qualifier. (Inherited from ManagementBaseObject.) |
![]() | ToString | Returns the full path of the object. This is an override of the default object implementation. (Inherited from ManagementObject.) |
| Name | Description | |
|---|---|---|
![]() ![]() | ISerializable.GetObjectData | Implements the System.Runtime.Serialization.ISerializable interface and returns the data needed to serialize the ManagementBaseObject. (Inherited from ManagementBaseObject.) |
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
