Implementing a scripting language in C#

后端 未结 7 1495
孤城傲影
孤城傲影 2020-12-09 14:32

We got a project where we\'re supposed to let 3rd party developers create their own GUI / CodeBehind drivers. Our GUI is running on WPF.

Now, we got a number of poss

7条回答
  •  半阙折子戏
    2020-12-09 14:58

    You can use IronPython as your scripting language. Here's an article that gives a basic idea how you can do it.

提交回复
热议问题