6 references to GetServer_
System.Management (6)
System\Management\ManagementPath.cs (6)
610
int status = wmiPath.
GetServer_
(ref uLen, null);
615
status = wmiPath.
GetServer_
(ref uLen, pathChars);
744
status = wmiPathTmp.
GetServer_
(ref uLen, null);
749
status = wmiPathTmp.
GetServer_
(ref uLen, newServerChars);
757
status = wmiPath.
GetServer_
(ref uLen, null); // NB: Cannot use property get since it may throw.
762
status = wmiPath.
GetServer_
(ref uLen, orgServerChars);