10 references to IWbemPath
System.Management (10)
System\Management\ManagementPath.cs (10)
245
private
IWbemPath
wmiPath;
247
private
IWbemPath
CreateWbemPath(string path)
249
IWbemPath
wbemPath = (
IWbemPath
)MTAHelper.CreateInMTA(typeof(WbemDefPath)); //new WbemDefPath();
267
private static void SetWbemPath(
IWbemPath
wbemPath, string path)
296
private static string GetWbemPath(
IWbemPath
wbemPath)
642
wmiPath = (
IWbemPath
)MTAHelper.CreateInMTA(typeof(WbemDefPath)); //new WbemDefPath ();
671
IWbemPath
wmiPathTmp = null;
796
internal static string GetNamespacePath(
IWbemPath
wbemPath, int flags)
935
wmiPath = (
IWbemPath
)MTAHelper.CreateInMTA(typeof(WbemDefPath)); //new WbemDefPath();