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