ManagementScope Class

 

Represents a scope (namespace) for management operations.

Namespace:   System.Management
Assembly:  System.Management (in System.Management.dll)

System::Object
  System.Management::ManagementScope

public ref class ManagementScope : ICloneable

NameDescription
System_CAPS_pubmethodManagementScope()

Initializes a new instance of the ManagementScope class, with default values. This is the default constructor.

System_CAPS_pubmethodManagementScope(ManagementPath^)

Initializes a new instance of the ManagementScope class representing the specified scope path.

System_CAPS_pubmethodManagementScope(ManagementPath^, ConnectionOptions^)

Initializes a new instance of the ManagementScope class representing the specified scope path, with the specified options.

System_CAPS_pubmethodManagementScope(String^)

Initializes a new instance of the ManagementScope class representing the specified scope path.

System_CAPS_pubmethodManagementScope(String^, ConnectionOptions^)

Initializes a new instance of the ManagementScope class representing the specified scope path, with the specified options.

NameDescription
System_CAPS_pubpropertyIsConnected

Gets a value indicating whether the ManagementScope is currently bound to a WMI server and namespace.

System_CAPS_pubpropertyOptions

Gets or sets options for making the WMI connection.

System_CAPS_pubpropertyPath

Gets or sets the path for the ManagementScope.

NameDescription
System_CAPS_pubmethodClone()

Returns a copy of the object.

System_CAPS_pubmethodConnect()

Connects this ManagementScope to the actual WMI scope.

System_CAPS_pubmethodEquals(Object^)

Determines whether the specified object is equal to the current object.(Inherited from Object.)

System_CAPS_protmethodFinalize()

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

Serves as the default hash function. (Inherited from Object.)

System_CAPS_pubmethodGetType()

Gets the Type of the current instance.(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

Creates a shallow copy of the current Object.(Inherited from Object.)

System_CAPS_pubmethodToString()

Returns a string that represents the current object.(Inherited from Object.)

NameDescription
System_CAPS_pubinterfaceSystem_CAPS_privmethodICloneable::Clone()

Creates a new object that is a copy of the current instance.

The following example initializes a new ManagementScope with a specific path and then connects the scope object to a WMI namespace. The example connects to a namespace on a remote computer.

No code example is currently available or this language may not be supported.

.NET Framework
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.

Return to top
Show: