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