ManagementBaseObject Methods
![]() |
---|
The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience. |
Assembly: System.Management (in System.Management.dll)
Name | Description | |
---|---|---|
![]() | Clone() | Returns a copy of the object. |
![]() | CompareTo(ManagementBaseObject, ComparisonSettings) | Compares this object to another, based on specified options. |
![]() | CreateObjRef(Type) | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.(Inherited from MarshalByRefObject.) |
![]() | Dispose() | Releases the unmanaged resources used by the ManagementBaseObject. |
![]() | Dispose(Boolean) | |
![]() | Equals(Object) | Compares two management objects.(Overrides Object.Equals(Object).) |
![]() | Finalize() | |
![]() | GetHashCode() | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.(Overrides Object.GetHashCode().) |
![]() | GetLifetimeService() | Retrieves the current lifetime service object that controls the lifetime policy for this instance.(Inherited from MarshalByRefObject.) |
![]() | GetObjectData(SerializationInfo, StreamingContext) | Populates a SerializationInfo with the data necessary to deserialize the field represented by this instance. |
![]() | GetPropertyQualifierValue(String, String) | Returns the value of the specified property qualifier. |
![]() | GetPropertyValue(String) | Gets an equivalent accessor to a property's value. |
![]() | GetQualifierValue(String) | Gets the value of the specified qualifier. |
![]() | GetService(Type) | |
![]() | GetText(TextFormat) | Returns a textual representation of the object in the specified format. |
![]() | GetType() | |
![]() | InitializeLifetimeService() | Obtains a lifetime service object to control the lifetime policy for this instance.(Inherited from MarshalByRefObject.) |
![]() | MemberwiseClone() | |
![]() | MemberwiseClone(Boolean) | Creates a shallow copy of the current MarshalByRefObject object.(Inherited from MarshalByRefObject.) |
![]() | SetPropertyQualifierValue(String, String, Object) | Sets the value of the specified property qualifier. |
![]() | SetPropertyValue(String, Object) | Sets the value of the named property. |
![]() | SetQualifierValue(String, Object) | Sets the value of the named qualifier. |
![]() | ToString() |
Name | Description | |
---|---|---|
![]() ![]() | ISerializable.GetObjectData(SerializationInfo, StreamingContext) | Implements the System.Runtime.Serialization.ISerializable interface and returns the data needed to serialize the ManagementBaseObject. |