ManagementObject Methods
MSDN Home
MSDN
MSDN Library
.NET Development
.NET Framework 3.5
.NET Framework Class Library
System.Management Namespace
ManagementObject Class
ManagementObject Methods
Clone Method
CopyTo Method
Delete Method
Dispose Method
Get Method
GetMethodParameters Method
GetObjectData Method
GetRelated Method
GetRelationships Method
InvokeMethod Method
MemberwiseClone Method
Put Method
ToString Method
ManagementObject Class
ManagementObject Members
ManagementObject Constructor
ManagementObject Methods
ManagementObject Properties
ManagementObject Events
Switch View :
Classic
Lightweight Beta
ScriptFree
Feedback
.NET Framework Class Library
ManagementObject Methods
The
ManagementObject
type exposes the following members.
Methods
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
Overloaded.
Copies the object to a different location.
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
Overloaded.
Deletes the object.
Dispose
Overloaded.
Releases all resources used by the 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
Overloaded.
Binds to the management object.
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
Overloaded.
Gets a collection of objects related to the object (associators).
GetRelationships
Overloaded.
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
Overloaded.
Invokes a method on the object.
MemberwiseClone
Overloaded.
Put
Overloaded.
Commits the changes to the object.
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
()
()
()
.)
Top
Explicit Interface Implementations
Name
Description
ISerializable
.
.
::
.
GetObjectData
Implements the
System.Runtime.Serialization
.
.
::
.
ISerializable
interface and returns the data needed to serialize the
ManagementBaseObject
.
(Inherited from
ManagementBaseObject
.)
Top
See Also
Reference
ManagementObject Class
System.Management Namespace
Tags :