10 writes to path
System.Management (10)
54 references to path
System.Management (54)
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);