Base:
property
Path
System.Management.ManagementObject.Path
28 references to Path
System.Management (26)
managementclass.cs (25)
74
ManagementPath objPath = mgObj.
Path
;
459
if ((null ==
Path
) || (null ==
Path
.Path) || (0 ==
Path
.Path.Length))
586
if ((null ==
Path
) || (null ==
Path
.Path) || (0 ==
Path
.Path.Length))
683
if (null ==
Path
)
744
if (null ==
Path
)
1053
if ((null ==
Path
) || (null ==
Path
.Path) || (0 ==
Path
.Path.Length))
1064
RelatedObjectQuery q = new RelatedObjectQuery(true,
Path
.Path,
1151
if ((null ==
Path
) || (null ==
Path
.Path) || (0 ==
Path
.Path.Length))
1177
RelatedObjectQuery q = new RelatedObjectQuery(true,
Path
.Path,
1262
if ((null ==
Path
) || (null ==
Path
.Path) || (0 ==
Path
.Path.Length))
1274
RelationshipQuery q = new RelationshipQuery(true,
Path
.Path, relationshipClass,
1356
if ((null ==
Path
) || (null ==
Path
.Path) || (0 ==
Path
.Path.Length))
1379
RelationshipQuery q = new RelationshipQuery(true,
Path
.Path, relationshipClass,
WmiGenerator.cs (1)
583
ManagementPath thePath = classobj.
Path
;
WsatConfig (1)
Configuration\StdRegProviderWrapper.cs (1)
115
this.regClassInstance = new ManagementClass(regClassInstance.
Path
, regClassInstance.Options);
WsatUI (1)
Configuration\StdRegProviderWrapper.cs (1)
115
this.regClassInstance = new ManagementClass(regClassInstance.
Path
, regClassInstance.Options);