Registers a class with the WMI infrastructure.
Public Shared Sub RegisterType ( _ managementType As Type _ )
Dim managementType As Type InstrumentationManager.RegisterType(managementType)
public static void RegisterType( Type managementType )
public: static void RegisterType( Type^ managementType )
public static function RegisterType( managementType : Type )
static int Main(string[] args) { InstrumentationManager.RegisterType(typeof(MySampleProvider)); return 0; }
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003