示例#1
0
 public PrefixResult(PrefixResultType resultType, RegistryHive hive, RegistryView view, string registryPath, string registryName, object registryValue)
 {
     ResultType          = ScanResultType.InternetExplorerPrefix;
     PrefixResultType    = resultType;
     RegistryInformation = new RegistryInformation(hive, view, registryPath, registryName, registryValue);
 }
 public PrefixRegistryParser(RegistryHive hive, string subKey, IEnumerable <RegistryView> views, PrefixResultType resultType, Dictionary <string, string[]> dictionary)
     : base(hive, subKey, views)
 {
     PrefixResultType = resultType;
     PrefixDictionary = dictionary;
 }