Turning .NET executable into native executable

前端 未结 11 2150
既然无缘
既然无缘 2020-12-03 00:19

Is there any approach to convert an application developed in .NET into a native executable (sources are included)?

Installing the whole framework (up to .NET Framew

11条回答
  •  死守一世寂寞
    2020-12-03 00:41

    It's not available yet, but the Mono project team are working on an Ahead of Time compiler that will do what you are looking for. The intention is for Mono to work on the iPhone (like Unity) but it should work for all platforms.

    Edit: It does support Mono x86, but I'm not sure if they have included the feature that packs in dependent classes yet (though from an interview I heard, it's planned)

    Edit 2: Including dependencies is currently supported, thanks Dykam!

提交回复
热议问题