Using a .net compiled dll inside native c++

前端 未结 5 1627
陌清茗
陌清茗 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:53

    This project will allow you to make unmanaged exports .NET of static methods.

提交回复
热议问题