コード例 #1
0
 public AppInitResult(AppInitResultType resultType, RegistryHive hive, RegistryView view, string registryPath, string registryName)
     : this(resultType, hive, view, registryPath, registryName, null)
 {
     //
 }
コード例 #2
0
 private AppInitResult(AppInitResultType resultType, RegistryHive hive, RegistryView view, string registryPath, string registryName, string fileName)
     : this(hive, view, registryPath, registryName)
 {
     AppInitResultType = resultType;
     FileName          = fileName;
 }