ManagementScope.Clone 方法
定义
返回对象的一个副本。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
返回
ManagementScope 的新副本。A new copy of the ManagementScope.
注解
.NET Framework 安全性.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.