ManagementScope.Clone 方法

定义

返回对象的一个副本。

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

返回

ManagementScope 的新副本。

注解

.NET Framework 安全性

对直接调用方的完全信任。 此成员不能由部分信任的代码使用。 有关详细信息,请参阅 使用部分受信任的代码中的库

适用于