7 references to
System.Management (7)
managementclass.cs (2)
242 : base (scope, path, options) {} 267 : base (new ManagementScope(scope), new ManagementPath(path), options) {}
managementobject.cs (5)
231public ManagementObject() : this ((ManagementScope)null, null, null) {} 247public ManagementObject(ManagementPath path) : this(null, path, null) {} 275public ManagementObject(string path) : this(null, new ManagementPath(path), null) {} 305public ManagementObject(ManagementPath path, ObjectGetOptions options) : this(null, path, options) {} 459: this(new ManagementScope(scopeString), new ManagementPath(pathString), options) {}