48 references to Path
System.Management (48)
Instrumentation\SchemaRegistration.cs (2)
601
return inst.Put().
Path
;
611
return inst.Put().
Path
;
managementbaseobject.cs (2)
712
int compareRes = String.Compare(((ManagementObject)this).Path.
Path
,
713
((ManagementObject)obj).Path.
Path
,
managementclass.cs (16)
459
if ((null == Path) || (null == Path.
Path
) || (0 == Path.
Path
.Length))
586
if ((null == Path) || (null == Path.
Path
) || (0 == Path.
Path
.Length))
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,
managementobject.cs (19)
784
if ((null == path) || (path.
Path
.Length==0))
906
if ((null == path) || (path.
Path
.Length==0))
1042
if ((null == path) || (path.
Path
.Length==0))
1050
path.
Path
,
1159
if ((null == path) || (path.
Path
.Length==0))
1181
RelatedObjectQuery q = new RelatedObjectQuery(path.
Path
, relatedClass,
1280
if ((null == path) || (path.
Path
.Length==0))
1288
RelationshipQuery q = new RelationshipQuery(path.
Path
, relationshipClass,
1388
if ((null == path) || (path.
Path
.Length==0))
1408
RelationshipQuery q = new RelationshipQuery(path.
Path
, relationshipClass,
1583
newPath = new ManagementPath(scope.Path.
Path
);
1602
newPath = new ManagementPath(scope.Path.
Path
);
1975
if ((null == path) || (path.
Path
.Length==0))
2039
if ((null == path) || (path.
Path
.Length==0))
2163
if ((null == path) || (path.
Path
.Length==0))
2208
if ((null == path) || (path.
Path
.Length==0))
2309
if ((null == path) || (path.
Path
.Length==0))
2377
if ((null == path) || (path.
Path
.Length==0))
2569
return path.
Path
;
managementpath.cs (5)
204
/// <see cref='System.Management.ManagementPath.
Path
'/> property.
208
return this.
Path
;
219
return new ManagementPath (
Path
);
392
return (
Path
.Length == 0 ) ;
1109
return new InstanceDescriptor(ctor, new object[] {obj.
Path
});
managementscope.cs (4)
660
string pathValue = value.
Path
;
825
this (new ManagementPath (ManagementPath.DefaultPath.
Path
))
1135
nsPath = threadParam.prvpath.SetNamespacePath(ManagementPath.DefaultPath.
Path
, out bUnused);
1699
return new InstanceDescriptor(ctor, new object[] {obj.Path.
Path
});