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)
229
public ManagementObject() :
this
((ManagementScope)null, null, null) { }
245
public ManagementObject(ManagementPath path) :
this
(null, path, null) { }
273
public ManagementObject(string path) :
this
(null, new ManagementPath(path), null) { }
303
public ManagementObject(ManagementPath path, ObjectGetOptions options) :
this
(null, path, options) { }
458
:
this
(new ManagementScope(scopeString), new ManagementPath(pathString), options) { }