次の方法で共有


InstrumentationManager.UnregisterType(Type) メソッド

定義

WMI インフラストラクチャに登録されたクラスの登録を解除します。

public:
 static void UnregisterType(Type ^ managementType);
public static void UnregisterType (Type managementType);
static member UnregisterType : Type -> unit
Public Shared Sub UnregisterType (managementType As Type)

パラメーター

managementType
Type

登録を解除する登録済みの型。

適用対象