46 references to Path
System.Management (46)
System\Management\ManagementBaseObject.cs (2)
675
int compareRes = string.Compare(((ManagementObject)this).Path.
Path
,
676
((ManagementObject)obj).Path.
Path
,
System\Management\ManagementClass.cs (16)
459
if ((null == Path) || (null == Path.
Path
) || (0 == Path.
Path
.Length))
582
if ((null == Path) || (null == Path.
Path
) || (0 == Path.
Path
.Length))
1019
if ((null == Path) || (null == Path.
Path
) || (0 == Path.
Path
.Length))
1030
RelatedObjectQuery q = new RelatedObjectQuery(true, Path.
Path
,
1116
if ((null == Path) || (null == Path.
Path
) || (0 == Path.
Path
.Length))
1142
RelatedObjectQuery q = new RelatedObjectQuery(true, Path.
Path
,
1222
if ((null == Path) || (null == Path.
Path
) || (0 == Path.
Path
.Length))
1234
RelationshipQuery q = new RelationshipQuery(true, Path.
Path
, relationshipClass,
1307
if ((null == Path) || (null == Path.
Path
) || (0 == Path.
Path
.Length))
1330
RelationshipQuery q = new RelationshipQuery(true, Path.
Path
, relationshipClass,
System\Management\ManagementObject.cs (19)
772
if ((null == path) || (path.
Path
.Length == 0))
892
if ((null == path) || (path.
Path
.Length == 0))
1027
if ((null == path) || (path.
Path
.Length == 0))
1035
path.
Path
,
1143
if ((null == path) || (path.
Path
.Length == 0))
1165
RelatedObjectQuery q = new RelatedObjectQuery(path.
Path
, relatedClass,
1264
if ((null == path) || (path.
Path
.Length == 0))
1271
RelationshipQuery q = new RelationshipQuery(path.
Path
, relationshipClass,
1370
if ((null == path) || (path.
Path
.Length == 0))
1390
RelationshipQuery q = new RelationshipQuery(path.
Path
, relationshipClass,
1560
newPath = new ManagementPath(scope.Path.
Path
);
1579
newPath = new ManagementPath(scope.Path.
Path
);
1946
if ((null == path) || (path.
Path
.Length == 0))
2009
if ((null == path) || (path.
Path
.Length == 0))
2132
if ((null == path) || (path.
Path
.Length == 0))
2177
if ((null == path) || (path.
Path
.Length == 0))
2278
if ((null == path) || (path.
Path
.Length == 0))
2343
if ((null == path) || (path.
Path
.Length == 0))
2528
return path.
Path
;
System\Management\ManagementPath.cs (5)
201
/// <see cref='System.Management.ManagementPath.
Path
'/> property.
205
return this.
Path
;
216
return new ManagementPath(
Path
);
392
return (
Path
.Length == 0);
1115
return new InstanceDescriptor(ctor, new object[] { obj.
Path
});
System\Management\ManagementScope.cs (4)
527
string pathValue = value.
Path
;
691
this(new ManagementPath(ManagementPath.DefaultPath.
Path
))
979
nsPath = threadParam.prvpath.SetNamespacePath(ManagementPath.DefaultPath.
Path
, out _);
1524
return new InstanceDescriptor(ctor, new object[] { obj.Path.
Path
});