7 references to
System.Management (7)
System\Management\ManagementClass.cs (2)
243: base(scope, path, options) { } 268: base(new ManagementScope(scope), new ManagementPath(path), options) { }
System\Management\ManagementObject.cs (5)
229public ManagementObject() : this((ManagementScope)null, null, null) { } 245public ManagementObject(ManagementPath path) : this(null, path, null) { } 273public ManagementObject(string path) : this(null, new ManagementPath(path), null) { } 303public ManagementObject(ManagementPath path, ObjectGetOptions options) : this(null, path, options) { } 458: this(new ManagementScope(scopeString), new ManagementPath(pathString), options) { }