Search code examples
c#scriptingbeanshell

Want to script a C# application


I need to run some validation tests on our c# client-server configuration. Is there a dynamic script language that my client application could run, that would have full access to all of its C# classes and asssemblies?

Something like beanshell for java: http://www.beanshell.org/intro.html

Thanks!


Solution

  • How about IronPython?