14 writes to wmiPath
System.Management (14)
System\Management\ManagementPath.cs (14)
169pathTmp.wmiPath = path.wmiPath; 192wmiPath = CreateWbemPath(path); 259wmiPath = CreateWbemPath(path); 413wmiPath = CreateWbemPath(this.GetWbemPath()); 435wmiPath = CreateWbemPath(this.GetWbemPath()); 474wmiPath = CreateWbemPath(this.GetWbemPath()); 561wmiPath = newPath.wmiPath; 584wmiPath = CreateWbemPath(this.GetWbemPath()); 642wmiPath = (IWbemPath)MTAHelper.CreateInMTA(typeof(WbemDefPath)); //new WbemDefPath (); 647wmiPath = CreateWbemPath(this.GetWbemPath()); 683wmiPath = this.CreateWbemPath(""); 689wmiPath = CreateWbemPath(this.GetWbemPath()); 935wmiPath = (IWbemPath)MTAHelper.CreateInMTA(typeof(WbemDefPath)); //new WbemDefPath(); 941wmiPath = CreateWbemPath(this.GetWbemPath());
36 references to wmiPath
System.Management (36)
System\Management\ManagementPath.cs (36)
167if (path != null && path.wmiPath != null) 169pathTmp.wmiPath = path.wmiPath; 257if (wmiPath == null) 263SetWbemPath(wmiPath, path); 293return GetWbemPath(this.wmiPath); 356if (null != wmiPath) 359status = wmiPath.GetKeyList_(out keyList); 503if (null != wmiPath) 507int status = wmiPath.GetText_( 515status = wmiPath.GetText_( 561wmiPath = newPath.wmiPath; 606if (null != wmiPath) 610int status = wmiPath.GetServer_(ref uLen, null); 615status = wmiPath.GetServer_(ref uLen, pathChars); 641if (null == wmiPath) 651int status = wmiPath.SetServer_(value); 681if (wmiPath == null) 693nsOrg = GetNamespacePath(wmiPath, 700wmiPath.RemoveAllNamespaces_(); // Out with the old... Ignore status code. 720status = wmiPath.SetNamespaceAt_(i, space); 757status = wmiPath.GetServer_(ref uLen, null); // NB: Cannot use property get since it may throw. 762status = wmiPath.GetServer_(ref uLen, orgServerChars); 766status = wmiPath.SetServer_(serverNew); 770status = wmiPath.SetServer_(serverNew); 793return GetNamespacePath(wmiPath, flags); 911if (null != wmiPath) 914status = wmiPath.GetClassName_(ref bufLen, null); 919status = wmiPath.GetClassName_(ref bufLen, pathChars); 933if (wmiPath == null) 947status = wmiPath.SetClassName_(value); 975if (null == wmiPath) 979int status = wmiPath.GetInfo_(0, out uInfo); 1004if (null == wmiPath) 1008int status = wmiPath.GetInfo_(0, out uInfo); 1033if (null == wmiPath) 1037int status = wmiPath.GetInfo_(0, out uInfo);