Поделиться через


InstrumentationManager.RegisterType(Type) Метод

Определение

Регистрирует класс в инфраструктуре 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)

Параметры

managementType
Type

Тип класса.

Примеры

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

Применяется к