How to embed IronPython in a .NET application

后端 未结 2 1222
爱一瞬间的悲伤
爱一瞬间的悲伤 2020-12-20 21:19

Is it possible to expose an API in a .NET application by embedding a scripting language like IronPython?

How is it done?

2条回答
  •  独厮守ぢ
    2020-12-20 22:00

    I haven't used it personally, but you should look at Visual Studio Tools for Applications

    I'm not sure if Iron Python is supported as a language for it or not, but that would be the easiest path to enable your application to be programmable.

提交回复
热议问题