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>
2627
scope.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)
773
scopeTmp.prvpath = ManagementPath._Clone(ManagementPath.
DefaultPath
, new IdentifierChangedEventHandler(scopeTmp.HandleIdentifierChange));
785
scopeTmp.prvpath = ManagementPath._Clone(ManagementPath.
DefaultPath
, new IdentifierChangedEventHandler(scopeTmp.HandleIdentifierChange));
825
this (new ManagementPath (ManagementPath.
DefaultPath
.Path))
1135
nsPath = threadParam.prvpath.SetNamespacePath(ManagementPath.
DefaultPath
.Path, out bUnused);