Is it possible to compile .NET IL code to machine code?

后端 未结 12 809
野趣味
野趣味 2020-12-08 04:49

I would like to distribute my .NET programs without the .NET framework. Is it possible to compile a .NET program to machine code?

12条回答
  •  孤城傲影
    2020-12-08 05:18

    Remotesoft has one: Salamander .NET Linker

    I don't have any experience with it though.

提交回复
热议问题