InstrumentationManager.UnregisterType(Type) Method

Definition

Unregisters a class registered with the WMI infrastructure.

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

Parameters

managementType
Type

The registered type to unregister.

Applies to