Udostępnij za pośrednictwem


InstrumentationManager.RegisterType(Type) Metoda

Definicja

Rejestruje klasę w infrastrukturze WMI.

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

Parametry

managementType
Type

Typ klasy.

Przykłady

static int Main(string[] args)
{
   InstrumentationManager.RegisterType(typeof(MySampleProvider));
   return 0;
}

Dotyczy