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