ManagementClass Class (System.Management)

Switch View :
ScriptFree
.NET Framework Class Library
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.

Inheritance Hierarchy

System.Object
  System.MarshalByRefObject
    System.ComponentModel.Component
      System.Management.ManagementBaseObject
        System.Management.ManagementObject
          System.Management.ManagementClass

Namespace:  System.Management
Assembly:  System.Management (in System.Management.dll)
Syntax

Visual Basic
<SerializableAttribute> _
Public Class ManagementClass _
	Inherits ManagementObject
C#
[SerializableAttribute]
public class ManagementClass : ManagementObject
Visual C++
[SerializableAttribute]
public ref class ManagementClass : public ManagementObject
F#
[<SerializableAttribute>]
type ManagementClass =  
    class
        inherit ManagementObject
    end

The ManagementClass type exposes the following members.

Constructors

  Name Description
Public method ManagementClass() Initializes a new instance of the ManagementClass class. This is the default constructor.
Public method 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.
Public method 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.
Public method 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.
Protected method ManagementClass(SerializationInfo, StreamingContext) Initializes a new instance of the ManagementClass class from the specified instances of the SerializationInfo and StreamingContext classes.
Public method 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.
Public method 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.
Public method 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.
Top
Properties

  Name Description
Protected property CanRaiseEvents Gets a value indicating whether the component can raise an event. (Inherited from Component.)
Public property ClassPath Gets or sets the path to the object's class. (Inherited from ManagementObject.)
Public property Container Gets the IContainer that contains the Component. (Inherited from Component.)
Public property Derivation Gets an array containing all WMI classes in the inheritance hierarchy from this class to the top of the hierarchy.
Protected property DesignMode Gets a value that indicates whether the Component is currently in design mode. (Inherited from Component.)
Protected property Events Gets the list of event handlers that are attached to this Component. (Inherited from Component.)
Public property 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.)
Public property Methods Gets or sets a collection of MethodData objects that represent the methods defined in the WMI class.
Public property Options Gets or sets additional information to use when retrieving the object. (Inherited from ManagementObject.)
Public property Path Gets or sets the path of the WMI class to which the ManagementClass object is bound. (Overrides ManagementObject.Path.)
Public property Properties Gets a collection of PropertyData objects describing the properties of the management object. (Inherited from ManagementBaseObject.)
Public property 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.)
Public property Scope Gets or sets the scope in which this object resides. (Inherited from ManagementObject.)
Public property Site Gets or sets the ISite of the Component. (Inherited from Component.)
Public property 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.)
Top
Methods

  Name Description
Public method Clone Returns a copy of the object. (Overrides ManagementObject.Clone().)
Public method CompareTo Compares this object to another, based on specified options. (Inherited from ManagementBaseObject.)
Public method CopyTo(ManagementPath) Copies the object to a different location. (Inherited from ManagementObject.)
Public method CopyTo(String) Copies the object to a different location. (Inherited from ManagementObject.)
Public method CopyTo(ManagementOperationObserver, ManagementPath) Copies the object to a different location, asynchronously. (Inherited from ManagementObject.)
Public method CopyTo(ManagementOperationObserver, String) Copies the object to a different location, asynchronously. (Inherited from ManagementObject.)
Public method CopyTo(ManagementPath, PutOptions) Copies the object to a different location. (Inherited from ManagementObject.)
Public method CopyTo(String, PutOptions) Copies the object to a different location. (Inherited from ManagementObject.)
Public method CopyTo(ManagementOperationObserver, ManagementPath, PutOptions) Copies the object to a different location, asynchronously. (Inherited from ManagementObject.)
Public method CopyTo(ManagementOperationObserver, String, PutOptions) Copies the object to a different location, asynchronously. (Inherited from ManagementObject.)
Public method CreateInstance Initializes a new instance of the WMI class.
Public method 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.)
Public method Delete() Deletes the object. (Inherited from ManagementObject.)
Public method Delete(DeleteOptions) Deletes the object. (Inherited from ManagementObject.)
Public method Delete(ManagementOperationObserver) Deletes the object. (Inherited from ManagementObject.)
Public method Delete(ManagementOperationObserver, DeleteOptions) Deletes the object. (Inherited from ManagementObject.)
Public method Derive Derives a new class from this class.
Public method Dispose() Releases all resources used by the Component. (Inherited from ManagementObject.)
Protected method Dispose(Boolean) Releases the unmanaged resources used by the Component and optionally releases the managed resources. (Inherited from Component.)
Public method Equals Compares two management objects. (Inherited from ManagementBaseObject.)
Protected method Finalize Releases unmanaged resources and performs other cleanup operations before the Component is reclaimed by garbage collection. (Inherited from Component.)
Public method Get() Binds WMI class information to the management object. (Inherited from ManagementObject.)
Public method Get(ManagementOperationObserver) Binds to the management object asynchronously. (Inherited from ManagementObject.)
Public method 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.)
Public method GetInstances() Returns the collection of all instances of the class.
Public method GetInstances(EnumerationOptions) Returns the collection of all instances of the class using the specified options.
Public method GetInstances(ManagementOperationObserver) Returns the collection of all instances of the class, asynchronously.
Public method GetInstances(ManagementOperationObserver, EnumerationOptions) Returns the collection of all instances of the class, asynchronously, using the specified options.
Public method GetLifetimeService Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from MarshalByRefObject.)
Public method GetMethodParameters Returns a ManagementBaseObject representing the list of input parameters for a method. (Inherited from ManagementObject.)
Protected method GetObjectData Populates a SerializationInfo with the data necessary to deserialize the field represented by this instance. (Overrides ManagementObject.GetObjectData(SerializationInfo, StreamingContext).)
Public method GetPropertyQualifierValue Returns the value of the specified property qualifier. (Inherited from ManagementBaseObject.)
Public method GetPropertyValue Gets an equivalent accessor to a property's value. (Inherited from ManagementBaseObject.)
Public method GetQualifierValue Gets the value of the specified qualifier. (Inherited from ManagementBaseObject.)
Public method GetRelated() Gets a collection of objects related to the object (associators). (Inherited from ManagementObject.)
Public method 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.)
Public method GetRelated(String) Gets a collection of objects related to the object (associators). (Inherited from ManagementObject.)
Public method GetRelated(ManagementOperationObserver, String) Gets a collection of objects related to the object (associators). (Inherited from ManagementObject.)
Public method GetRelated(String, String, String, String, String, String, Boolean, EnumerationOptions) Gets a collection of objects related to the object (associators). (Inherited from ManagementObject.)
Public method GetRelated(ManagementOperationObserver, String, String, String, String, String, String, Boolean, EnumerationOptions) Gets a collection of objects related to the object (associators). (Inherited from ManagementObject.)
Public method GetRelatedClasses() Retrieves classes related to the WMI class.
Public method GetRelatedClasses(ManagementOperationObserver) Retrieves classes related to the WMI class, asynchronously.
Public method GetRelatedClasses(String) Retrieves classes related to the WMI class.
Public method GetRelatedClasses(ManagementOperationObserver, String) Retrieves classes related to the WMI class, asynchronously, given the related class name.
Public method GetRelatedClasses(String, String, String, String, String, String, EnumerationOptions) Retrieves classes related to the WMI class based on the specified options.
Public method GetRelatedClasses(ManagementOperationObserver, String, String, String, String, String, String, EnumerationOptions) Retrieves classes related to the WMI class, asynchronously, using the specified options.
Public method GetRelationshipClasses() Retrieves relationship classes that relate the class to others.
Public method GetRelationshipClasses(ManagementOperationObserver) Retrieves relationship classes that relate the class to others, asynchronously.
Public method GetRelationshipClasses(String) Retrieves relationship classes that relate the class to others, where the endpoint class is the specified class.
Public method GetRelationshipClasses(ManagementOperationObserver, String) Retrieves relationship classes that relate the class to the specified WMI class, asynchronously.
Public method GetRelationshipClasses(String, String, String, EnumerationOptions) Retrieves relationship classes that relate this class to others, according to specified options.
Public method GetRelationshipClasses(ManagementOperationObserver, String, String, String, EnumerationOptions) Retrieves relationship classes that relate the class according to the specified options, asynchronously.
Public method GetRelationships() Gets a collection of associations to the object. (Inherited from ManagementObject.)
Public method GetRelationships(ManagementOperationObserver) Gets a collection of associations to the object. (Inherited from ManagementObject.)
Public method GetRelationships(String) Gets a collection of associations to the object. (Inherited from ManagementObject.)
Public method GetRelationships(ManagementOperationObserver, String) Gets a collection of associations to the object. (Inherited from ManagementObject.)
Public method GetRelationships(String, String, String, Boolean, EnumerationOptions) Gets a collection of associations to the object. (Inherited from ManagementObject.)
Public method GetRelationships(ManagementOperationObserver, String, String, String, Boolean, EnumerationOptions) Gets a collection of associations to the object. (Inherited from ManagementObject.)
Protected method GetService Returns an object that represents a service provided by the Component or by its Container. (Inherited from Component.)
Public method GetStronglyTypedClassCode(Boolean, Boolean) Generates a strongly-typed class for a given WMI class.
Public method 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.
Public method GetSubclasses() Returns the collection of all subclasses for the class.
Public method GetSubclasses(EnumerationOptions) Retrieves the subclasses of the class using the specified options.
Public method GetSubclasses(ManagementOperationObserver) Returns the collection of all classes derived from this class, asynchronously.
Public method GetSubclasses(ManagementOperationObserver, EnumerationOptions) Retrieves all classes derived from this class, asynchronously, using the specified options.
Public method GetText Returns a textual representation of the object in the specified format. (Inherited from ManagementBaseObject.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method InitializeLifetimeService Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from MarshalByRefObject.)
Public method InvokeMethod(String, Object[]) Invokes a method on the object. (Inherited from ManagementObject.)
Public method InvokeMethod(ManagementOperationObserver, String, Object[]) Invokes a method on the object, asynchronously. (Inherited from ManagementObject.)
Public method InvokeMethod(String, ManagementBaseObject, InvokeMethodOptions) Invokes a method on the WMI object. The input and output parameters are represented as ManagementBaseObject objects. (Inherited from ManagementObject.)
Public method InvokeMethod(ManagementOperationObserver, String, ManagementBaseObject, InvokeMethodOptions) Invokes a method on the object, asynchronously. (Inherited from ManagementObject.)
Protected method MemberwiseClone() Creates a shallow copy of the current Object. (Inherited from Object.)
Protected method MemberwiseClone(Boolean) Creates a shallow copy of the current MarshalByRefObject object. (Inherited from MarshalByRefObject.)
Public method Put() Commits the changes to the object. (Inherited from ManagementObject.)
Public method Put(ManagementOperationObserver) Commits the changes to the object, asynchronously. (Inherited from ManagementObject.)
Public method Put(PutOptions) Commits the changes to the object. (Inherited from ManagementObject.)
Public method Put(ManagementOperationObserver, PutOptions) Commits the changes to the object asynchronously and using the specified options. (Inherited from ManagementObject.)
Public method SetPropertyQualifierValue Sets the value of the specified property qualifier. (Inherited from ManagementBaseObject.)
Public method SetPropertyValue Sets the value of the named property. (Inherited from ManagementBaseObject.)
Public method SetQualifierValue Sets the value of the named qualifier. (Inherited from ManagementBaseObject.)
Public method ToString Returns the full path of the object. This is an override of the default object implementation. (Inherited from ManagementObject.)
Top
Events

  Name Description
Public event Disposed Occurs when the component is disposed by a call to the Dispose method. (Inherited from Component.)
Top
Explicit Interface Implementations

  Name Description
Explicit interface implemetation Private method ISerializable.GetObjectData Implements the System.Runtime.Serialization.ISerializable interface and returns the data needed to serialize the ManagementBaseObject. (Inherited from ManagementBaseObject.)
Top
Version Information

.NET Framework

Supported in: 4, 3.5, 3.0, 2.0, 1.1, 1.0

.NET Framework Client Profile

Supported in: 4, 3.5 SP1
Platforms

Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
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

Reference