ManagementScope.Clone Method

Definition

Returns a copy of the object.

public:
 System::Management::ManagementScope ^ Clone();
public System.Management.ManagementScope Clone ();
member this.Clone : unit -> System.Management.ManagementScope
Public Function Clone () As ManagementScope

Returns

A new copy of the ManagementScope.

Remarks

.NET Framework Security

Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.

Applies to