4 references to
System.Management (4)
System\Management\ManagementScope.cs (4)
619
:
this
(path, scope?.options) { }
710
public ManagementScope(ManagementPath path) :
this
(path, (ConnectionOptions)null) { }
723
public ManagementScope(string path) :
this
(new ManagementPath(path), (ConnectionOptions)null) { }
742
public ManagementScope(string path, ConnectionOptions options) :
this
(new ManagementPath(path), options) { }