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

后端 未结 12 810
野趣味
野趣味 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条回答
  •  旧时难觅i
    2020-12-08 05:24

    I'd always thought it would be cool to compile c# to machine code directly without the CLR dependency though....

提交回复
热议问题