Windows exe 上的 mono AOT 给了我一个 DLL
我在 Windows 上,正在尝试提前编译使用 Mono C# 编译器 gmcs 编译的 Main.exe(也尝试过 mcs)代码>)。 >mono --aot Main.exe Mono Ahead of Time c…
提前编译的代码和本机编译的代码有什么区别
我在 Miguel de Icaza 撰写的一些有关使用 Mono 为 iphone 生成应用程序的文章中遇到了提前 (aot) 编译。 听起来结果是本机代码。 是这样还是有什么区…