ManagementObject Methods
.NET Framework 4.5
The ManagementObject type exposes the following members.
| Name | Description | |
|---|---|---|
|
Clone | Creates a copy of the object. (Overrides ManagementBaseObject.Clone().) |
|
CompareTo | Compares this object to another, based on specified options. (Inherited from ManagementBaseObject.) |
|
CopyTo(ManagementPath) | Copies the object to a different location. |
|
CopyTo(String) | Copies the object to a different location. |
|
CopyTo(ManagementOperationObserver, ManagementPath) | Copies the object to a different location, asynchronously. |
|
CopyTo(ManagementOperationObserver, String) | Copies the object to a different location, asynchronously. |
|
CopyTo(ManagementPath, PutOptions) | Copies the object to a different location. |
|
CopyTo(String, PutOptions) | Copies the object to a different location. |
|
CopyTo(ManagementOperationObserver, ManagementPath, PutOptions) | Copies the object to a different location, asynchronously. |
|
CopyTo(ManagementOperationObserver, String, PutOptions) | Copies the object to a different location, asynchronously. |
|
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. |
|
Delete(DeleteOptions) | Deletes the object. |
|
Delete(ManagementOperationObserver) | Deletes the object. |
|
Delete(ManagementOperationObserver, DeleteOptions) | Deletes the object. |
|
Dispose() | Releases all resources used by the Component. |
|
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. |
|
Get(ManagementOperationObserver) | Binds to the management object asynchronously. |
|
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.) |
|
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. |
|
GetObjectData | Populates a SerializationInfo with the data necessary to deserialize the field represented by this instance. (Overrides ManagementBaseObject.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). |
|
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. |
|
GetRelated(String) | Gets a collection of objects related to the object (associators). |
|
GetRelated(ManagementOperationObserver, String) | Gets a collection of objects related to the object (associators). |
|
GetRelated(String, String, String, String, String, String, Boolean, EnumerationOptions) | Gets a collection of objects related to the object (associators). |
|
GetRelated(ManagementOperationObserver, String, String, String, String, String, String, Boolean, EnumerationOptions) | Gets a collection of objects related to the object (associators). |
|
GetRelationships() | Gets a collection of associations to the object. |
|
GetRelationships(ManagementOperationObserver) | Gets a collection of associations to the object. |
|
GetRelationships(String) | Gets a collection of associations to the object. |
|
GetRelationships(ManagementOperationObserver, String) | Gets a collection of associations to the object. |
|
GetRelationships(String, String, String, Boolean, EnumerationOptions) | Gets a collection of associations to the object. |
|
GetRelationships(ManagementOperationObserver, String, String, String, Boolean, EnumerationOptions) | Gets a collection of associations to the object. |
|
GetService | Returns an object that represents a service provided by the Component or by its Container. (Inherited from Component.) |
|
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. |
|
InvokeMethod(ManagementOperationObserver, String, Object[]) | Invokes a method on the object, asynchronously. |
|
InvokeMethod(String, ManagementBaseObject, InvokeMethodOptions) | Invokes a method on the WMI object. The input and output parameters are represented as ManagementBaseObject objects. |
|
InvokeMethod(ManagementOperationObserver, String, ManagementBaseObject, InvokeMethodOptions) | Invokes a method on the object, asynchronously. |
|
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. |
|
Put(ManagementOperationObserver) | Commits the changes to the object, asynchronously. |
|
Put(PutOptions) | Commits the changes to the object. |
|
Put(ManagementOperationObserver, PutOptions) | Commits the changes to the object asynchronously and using the specified options. |
|
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. (Overrides Component.ToString().) |
| Name | Description | |
|---|---|---|
|
ISerializable.GetObjectData | Implements the System.Runtime.Serialization.ISerializable interface and returns the data needed to serialize the ManagementBaseObject. (Inherited from ManagementBaseObject.) |