Beispiel #1
0
 private MUIFileSearcher(string target, Collection <string> searchPaths, System.Management.Automation.SearchMode searchMode)
 {
     this._searchMode    = System.Management.Automation.SearchMode.Unique;
     this._uniqueMatches = new Hashtable(StringComparer.OrdinalIgnoreCase);
     this._target        = target;
     this._searchPaths   = searchPaths;
     this._searchMode    = searchMode;
 }
Beispiel #2
0
 private MUIFileSearcher(string target, Collection<string> searchPaths, System.Management.Automation.SearchMode searchMode)
 {
     this._searchMode = System.Management.Automation.SearchMode.Unique;
     this._uniqueMatches = new Hashtable(StringComparer.OrdinalIgnoreCase);
     this._target = target;
     this._searchPaths = searchPaths;
     this._searchMode = searchMode;
 }