How to embed IronPython in a .NET application

白昼怎懂夜的黑 提交于 2019-11-29 14:04:03
Srivatsn Narayanan

IronPython has a hosting API which can be used to execute IronPython scripts from a C#\VB application.

This is a good example of embedding IronPython inside a winforms app.Note that the hosting APIs have changed since that post. This post shows an example of the latest API

You can find the latest specs here [Note: URL throws a 404 as of 2010-09-07]

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.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!