Base:
property
Path
System.Management.ManagementObject.Path
26 references to Path
System.Management (26)
System\Management\ManagementClass.cs (25)
75ManagementPath objPath = mgObj.Path; 459if ((null == Path) || (null == Path.Path) || (0 == Path.Path.Length)) 582if ((null == Path) || (null == Path.Path) || (0 == Path.Path.Length)) 675if (null == Path) 733if (null == Path) 1019if ((null == Path) || (null == Path.Path) || (0 == Path.Path.Length)) 1030RelatedObjectQuery q = new RelatedObjectQuery(true, Path.Path, 1116if ((null == Path) || (null == Path.Path) || (0 == Path.Path.Length)) 1142RelatedObjectQuery q = new RelatedObjectQuery(true, Path.Path, 1222if ((null == Path) || (null == Path.Path) || (0 == Path.Path.Length)) 1234RelationshipQuery q = new RelationshipQuery(true, Path.Path, relationshipClass, 1307if ((null == Path) || (null == Path.Path) || (0 == Path.Path.Length)) 1330RelationshipQuery q = new RelationshipQuery(true, Path.Path, relationshipClass,
System\Management\WMIGenerator.cs (1)
549ManagementPath thePath = classobj.Path;