9 references to DefaultPath
System.Management (9)
managementobject.cs (3)
257/// default namespace is the <see cref='System.Management.ManagementPath.DefaultPath'/> 348/// path is specified, then the scope will default to the local machine's <see cref='System.Management.ManagementPath.DefaultPath'/>. </para> 2627scope.Path = ManagementPath.DefaultPath;
managementobjectsearcher.cs (2)
126/// <para>If no scope is specified, the default scope (<see cref='System.Management.ManagementPath.DefaultPath'/>) is used.</para> 148/// <para>If no scope is specified, the default scope (<see cref='System.Management.ManagementPath.DefaultPath'/>) is
managementscope.cs (4)
773scopeTmp.prvpath = ManagementPath._Clone(ManagementPath.DefaultPath, new IdentifierChangedEventHandler(scopeTmp.HandleIdentifierChange)); 785scopeTmp.prvpath = ManagementPath._Clone(ManagementPath.DefaultPath, new IdentifierChangedEventHandler(scopeTmp.HandleIdentifierChange)); 825this (new ManagementPath (ManagementPath.DefaultPath.Path)) 1135nsPath = threadParam.prvpath.SetNamespacePath(ManagementPath.DefaultPath.Path, out bUnused);