10 writes to path
System.Management (10)
managementclass.cs (2)
77 newClass.path = ManagementPath._Clone(objPath); 118 newClass.path = new ManagementPath(ManagementPath.GetManagementPath(wbemObject));
managementobject.cs (8)
163newObject.path = ManagementPath._Clone(mgObj.path); 187newObject.path = new ManagementPath(ManagementPath.GetManagementPath(wbemObject)); 408this.path = ManagementPath._Clone(path, new IdentifierChangedEventHandler(HandleIdentifierChange)); 411this.path = ManagementPath._Clone(null, new IdentifierChangedEventHandler(HandleIdentifierChange)); 563return path = ManagementPath._Clone(null); 585path = ManagementPath._Clone((ManagementPath)value, new IdentifierChangedEventHandler(HandleIdentifierChange)); 2592path = new ManagementPath(); 2691path = (System.DBNull.Value != val) ? (new ManagementPath((string)val)) : (new ManagementPath ());
54 references to path
System.Management (54)
managementclass.cs (1)
94 newClass.path.internalClassName = (string)className;
managementobject.cs (53)
162if (null != mgObj.path) 163newObject.path = ManagementPath._Clone(mgObj.path); 188newObject.path.IdentifierChanged += new IdentifierChangedEventHandler(newObject.HandleIdentifierChange); 562if (path == null) 565return path; 582if (null != path) 583path.IdentifierChanged -= new IdentifierChangedEventHandler(HandleIdentifierChange); 784if ((null == path) || (path.Path.Length==0)) 798status = scope.GetSecuredIWbemServicesHandler( scope.GetIWbemServices() ).GetObject_(path.RelativePath, 906if ((null == path) || (path.Path.Length==0)) 930status = scope.GetSecuredIWbemServicesHandler(wbemServices).GetObjectAsync_(path.RelativePath, 1042if ((null == path) || (path.Path.Length==0)) 1050path.Path, 1159if ((null == path) || (path.Path.Length==0)) 1181RelatedObjectQuery q = new RelatedObjectQuery(path.Path, relatedClass, 1280if ((null == path) || (path.Path.Length==0)) 1288RelationshipQuery q = new RelationshipQuery(path.Path, relationshipClass, 1388if ((null == path) || (path.Path.Length==0)) 1408RelationshipQuery q = new RelationshipQuery(path.Path, relationshipClass, 1559path.SetRelativePath(newPath.RelativePath); 1705path.SetRelativePath(e.Path.RelativePath); 1975if ((null == path) || (path.Path.Length==0)) 1992path.RelativePath, 2000path.RelativePath, 2039if ((null == path) || (path.Path.Length==0)) 2062status = scope.GetSecuredIWbemServicesHandler( wbemServices ).DeleteClassAsync_(path.RelativePath, 2069status = scope.GetSecuredIWbemServicesHandler( wbemServices ).DeleteInstanceAsync_(path.RelativePath, 2163if ((null == path) || (path.Path.Length==0)) 2208if ((null == path) || (path.Path.Length==0)) 2309if ((null == path) || (path.Path.Length==0)) 2330path.RelativePath, 2377if ((null == path) || (path.Path.Length==0)) 2406path.RelativePath, 2568if (null != path) 2569return path.Path; 2590if (null == path) 2593path.IdentifierChanged += new IdentifierChangedEventHandler(HandleIdentifierChange); 2603string nsPath = path.GetNamespacePath((int)tag_WBEM_GET_TEXT_FLAGS.WBEMPATH_GET_SERVER_AND_NAMESPACE_ONLY); 2622string nsPath = path.GetNamespacePath((int)tag_WBEM_GET_TEXT_FLAGS.WBEMPATH_GET_SERVER_AND_NAMESPACE_ONLY); 2666string curPath = path.RelativePath; 2692path.IdentifierChanged += new IdentifierChangedEventHandler(HandleIdentifierChange);