10 references to IWbemPath
System.Management (10)
managementpath.cs (10)
248
private
IWbemPath
wmiPath;
250
private
IWbemPath
CreateWbemPath(string path)
252
IWbemPath
wbemPath = (
IWbemPath
)MTAHelper.CreateInMTA(typeof(WbemDefPath));//new WbemDefPath();
266
private static void SetWbemPath(
IWbemPath
wbemPath, string path)
296
private static string GetWbemPath(
IWbemPath
wbemPath)
640
wmiPath = (
IWbemPath
)MTAHelper.CreateInMTA(typeof(WbemDefPath));//new WbemDefPath ();
669
IWbemPath
wmiPathTmp = null;
790
internal static string GetNamespacePath(
IWbemPath
wbemPath, int flags)
927
wmiPath = (
IWbemPath
)MTAHelper.CreateInMTA(typeof(WbemDefPath));//new WbemDefPath();