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