コード例 #1
0
ファイル: Default.cs プロジェクト: thompsonbill/JSIL
 public override void ProcessSkippedAssembly(
     Configuration configuration, string assemblyPath, TranslationResult result
     )
 {
     ResourceConverter.ConvertResources(configuration, assemblyPath, result);
     ManifestResourceExtractor.ExtractFromAssembly(configuration, assemblyPath, result);
 }
コード例 #2
0
ファイル: Base.cs プロジェクト: yongweisun/JSIL
 protected void PostProcessAssembly(Configuration configuration, string assemblyPath, TranslationResult result)
 {
     ResourceConverter.ConvertResources(configuration, assemblyPath, result);
     ManifestResourceExtractor.ExtractFromAssembly(configuration, assemblyPath, result);
 }