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 のセキュリティ

直前の呼び出し元に対する完全な信頼。 このメンバーは、部分的に信頼されているコードから使用することはできません。 詳細については、「 部分信頼コードからのライブラリの使用」を参照してください。

適用対象