7 references to
System.Management (7)
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) {}