Does Mono Mkbundle Produce Native Code
问题 The normal EXE's generated by mono are in IL.I want to generate Native Executable,does using mkbundle produce native Exe's or should i use Mono AOT. 回答1: Yes, mkbundle produces native executables. For example, on Linux, here is my .NET assembly: file Agent.exe Agent.exe: PE32 executable (console) Intel 80386, Mono/.Net assembly, for MS Windows I tell mkbundle to compile it to a native executable (here I have to add Common.dll which is a dependency to my Agent.exe assembly): mkbundle --deps -o