35 references to ManagementPath
System.Management (31)
managementclass.cs (4)
118 newClass.path = new ManagementPath(ManagementPath.GetManagementPath(wbemObject)); 176 public ManagementClass(string path) : this(null, new ManagementPath(path), null) {} 215 : this(null, new ManagementPath(path), options) {} 267 : base (new ManagementScope(scope), new ManagementPath(path), options) {}
managementobject.cs (14)
187newObject.path = new ManagementPath(ManagementPath.GetManagementPath(wbemObject)); 275public ManagementObject(string path) : this(null, new ManagementPath(path), null) {} 333this(new ManagementPath(path), options) {} 401path = new ManagementPath(path.RelativePath); 459: this(new ManagementScope(scopeString), new ManagementPath(pathString), options) {} 1583newPath = new ManagementPath(scope.Path.Path); 1595newPath = new ManagementPath((string)pathValue); 1602newPath = new ManagementPath(scope.Path.Path); 1740return CopyTo(new ManagementPath(path), (PutOptions)null); 1753return CopyTo(new ManagementPath(path), options); 1875CopyTo(watcher, new ManagementPath(path), null); 1886CopyTo(watcher, new ManagementPath(path), options); 2625scope.Path = new ManagementPath(nsPath); 2691path = (System.DBNull.Value != val) ? (new ManagementPath((string)val)) : (new ManagementPath ());
managementpath.cs (4)
76private static ManagementPath defaultPath = new ManagementPath("//./root/cimv2"); 186public ManagementPath () : this ((string) null) {} 219return new ManagementPath (Path); 557ManagementPath newPath = new ManagementPath (relPath);
managementquery.cs (4)
673 ManagementPath p = new ManagementPath (queryOrClassName); 1271ManagementPath p = new ManagementPath (queryOrSourceObject); 1897 ManagementPath p = new ManagementPath (queryOrSourceObject); 2483 ManagementPath p = new ManagementPath (queryOrEventClassName);
managementscope.cs (3)
825this (new ManagementPath (ManagementPath.DefaultPath.Path)) 857public ManagementScope (string path) : this(new ManagementPath(path), (ConnectionOptions)null) {} 876public ManagementScope (string path, ConnectionOptions options) : this (new ManagementPath(path), options) {}
wmieventsink.cs (1)
93this.path = new ManagementPath (path);
WmiGenerator.cs (1)
559thePath = new ManagementPath(OriginalPath);
WsatConfig (2)
Configuration\RemoteHelper.cs (1)
39ManagementPath path = new ManagementPath("Win32_Process");
Configuration\StdRegProviderWrapper.cs (1)
95ManagementPath managementPath = new ManagementPath("StdRegProv");
WsatUI (2)
Configuration\RemoteHelper.cs (1)
39ManagementPath path = new ManagementPath("Win32_Process");
Configuration\StdRegProviderWrapper.cs (1)
95ManagementPath managementPath = new ManagementPath("StdRegProv");