ManagementPath Methods
.NET Framework 4.5
The ManagementPath type exposes the following members.
| Name | Description | |
|---|---|---|
|
Clone | Returns a copy of the ManagementPath. |
|
Equals(Object) | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
SetAsClass | Sets the path as a new class path. This means that the path must have a class name but not key values. |
|
SetAsSingleton | Sets the path as a new singleton object path. This means that it is a path to an instance but there are no key values. |
|
ToString | Returns the full object path as the string representation. (Overrides Object.ToString().) |