10 references to ManagementClass
System.Management (6)
managementclass.cs (5)
143 public ManagementClass() : this ((ManagementScope)null, (ManagementPath)null, null) {} 163 public ManagementClass(ManagementPath path) : this(null, path, null) {} 176 public ManagementClass(string path) : this(null, new ManagementPath(path), null) {} 196 public ManagementClass(ManagementPath path, ObjectGetOptions options) : this(null, path, options) {} 215 : this(null, new ManagementPath(path), options) {}
managementobject.cs (1)
2479new ManagementClass(scope, classPath, null);
WsatConfig (2)
Configuration\RemoteHelper.cs (1)
44processClass = new ManagementClass(managementScope, path, options);
Configuration\StdRegProviderWrapper.cs (1)
97this.regClassInstance = new ManagementClass(managementScope, managementPath, options);
WsatUI (2)
Configuration\RemoteHelper.cs (1)
44processClass = new ManagementClass(managementScope, path, options);
Configuration\StdRegProviderWrapper.cs (1)
97this.regClassInstance = new ManagementClass(managementScope, managementPath, options);