Searched refs:portsToMap (Results 1 – 1 of 1) sorted by relevance
56 public static Dictionary<String, String> BuildPortNameHash(String[] portsToMap) in BuildPortNameHash() argument59 MineRegistryForPortName("SYSTEM\\CurrentControlSet\\Enum", oReturnTable, portsToMap); in BuildPortNameHash()63 …RegistryForPortName(String startKeyPath, Dictionary<String, String> targetMap, String[] portsToMap) in MineRegistryForPortName() argument65 if (targetMap.Count >= portsToMap.Length) in MineRegistryForPortName()78 … if (portName == null || portsToMap.Contains(portName.ToString()) == false) in MineRegistryForPortName()94 … MineRegistryForPortName(startKeyPath + "\\" + strSubKey, targetMap, portsToMap); in MineRegistryForPortName()