Using a .net compiled dll inside native c++

前端 未结 5 1617
陌清茗
陌清茗 2021-01-07 11:31

as i understand that any .NET program gets compiled to MSIL which is fed to the CLR which compiles it to the assembly code and along with the help of JIT it executes it.

5条回答
  •  [愿得一人]
    2021-01-07 11:45

    If you poke around on the web, I think there are a number of tools to 'compile' .NET assemblies/code to remove their need of the framework. Not sure how well they work....

提交回复
热议问题