14 writes to wmiPath
System.Management (14)
36 references to wmiPath
System.Management (36)
managementpath.cs (36)
170if (path != null && path.wmiPath != null)
172pathTmp.wmiPath = path.wmiPath;
260if (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_(
560wmiPath = newPath.wmiPath;
605if (null != wmiPath)
609int status = wmiPath.GetServer_(ref uLen, null);
614status = wmiPath.GetServer_(ref uLen, pathStr);
639if (null == wmiPath)
649int status = wmiPath.SetServer_(value);
679if (wmiPath == null)
689nsOrg = GetNamespacePath(wmiPath,
696wmiPath.RemoveAllNamespaces_(); // Out with the old... Ignore status code.
716status = wmiPath.SetNamespaceAt_(i, nSpace);
752status = wmiPath.GetServer_(ref uLen, null); // NB: Cannot use property get since it may throw.
757status = wmiPath.GetServer_(ref uLen, serverOrg);
760status = wmiPath.SetServer_(serverNew);
764status = wmiPath.SetServer_(serverNew);
787return GetNamespacePath(wmiPath, flags);
905if (null != wmiPath)
908status = wmiPath.GetClassName_(ref bufLen, null);
913status = wmiPath.GetClassName_(ref bufLen, pathStr);
926if (wmiPath == null)
938status = wmiPath.SetClassName_(value);
966if (null == wmiPath)
970int status = wmiPath.GetInfo_(0, out uInfo);
995if (null == wmiPath)
999int status = wmiPath.GetInfo_(0, out uInfo);
1024if (null == wmiPath)
1028int status = wmiPath.GetInfo_(0, out uInfo);