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