コード例 #1
0
ファイル: CompileEngine.cs プロジェクト: kamchung322/eXpand
 public Type CompileModule(IPersistentAssemblyBuilder persistentAssemblyBuilder, string path) {
     return CompileModule(persistentAssemblyBuilder.PersistentAssemblyInfo, true, path);
 }
コード例 #2
0
 public Type CompileModule(IPersistentAssemblyBuilder persistentAssemblyBuilder, string path)
 {
     return(CompileModule(persistentAssemblyBuilder.PersistentAssemblyInfo, true, path));
 }