public AppInitResult(AppInitResultType resultType, RegistryHive hive, RegistryView view, string registryPath, string registryName) : this(resultType, hive, view, registryPath, registryName, null) { // }
private AppInitResult(AppInitResultType resultType, RegistryHive hive, RegistryView view, string registryPath, string registryName, string fileName) : this(hive, view, registryPath, registryName) { AppInitResultType = resultType; FileName = fileName; }