Exemple #1
0
 public Type CompileModule(IPersistentAssemblyBuilder persistentAssemblyBuilder, string path) {
     return CompileModule(persistentAssemblyBuilder.PersistentAssemblyInfo, true, path);
 }
Exemple #2
0
 public Type CompileModule(IPersistentAssemblyBuilder persistentAssemblyBuilder, string path)
 {
     return(CompileModule(persistentAssemblyBuilder.PersistentAssemblyInfo, true, path));
 }