4 references to
System.Management (4)
managementscope.cs (4)
751: this (path, (null != scope) ? scope.options : null) {} 844public ManagementScope (ManagementPath path) : this(path, (ConnectionOptions)null) {} 857public ManagementScope (string path) : this(new ManagementPath(path), (ConnectionOptions)null) {} 876public ManagementScope (string path, ConnectionOptions options) : this (new ManagementPath(path), options) {}