ManagementScope Class
Represents a scope (namespace) for management operations.
Assembly: System.Management (in System.Management.dll)
| Name | Description | |
|---|---|---|
![]() | ManagementScope() | Initializes a new instance of the ManagementScope class, with default values. This is the default constructor. |
![]() | ManagementScope(ManagementPath^) | Initializes a new instance of the ManagementScope class representing the specified scope path. |
![]() | ManagementScope(ManagementPath^, ConnectionOptions^) | Initializes a new instance of the ManagementScope class representing the specified scope path, with the specified options. |
![]() | ManagementScope(String^) | Initializes a new instance of the ManagementScope class representing the specified scope path. |
![]() | ManagementScope(String^, ConnectionOptions^) | Initializes a new instance of the ManagementScope class representing the specified scope path, with the specified options. |
| Name | Description | |
|---|---|---|
![]() | IsConnected | Gets a value indicating whether the ManagementScope is currently bound to a WMI server and namespace. |
![]() | Options | Gets or sets options for making the WMI connection. |
![]() | Path | Gets or sets the path for the ManagementScope. |
| Name | Description | |
|---|---|---|
![]() | Clone() | Returns a copy of the object. |
![]() | Connect() | Connects this ManagementScope to the actual WMI scope. |
![]() | 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 the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | ICloneable::Clone() | Creates a new object that is a copy of the current instance. |
Available since 1.1
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.




