[IronPython] script c# application

Aaron Boxer boxerab at gmail.com
Sun Jul 11 23:38:04 CEST 2010


Hello!

I have a c# application, and I need to make it scriptable for testing
purposes.  So, what I would like to do is:

1) run my program
2) pop up a window where I could interactively execute IronPython
commands, to manipulate the c# classes in my application
3)be able to load an IronPython script from file, which would be able
to manipulate the c# classes in my app.

Number 3 is the most important for me; I want to stress test my wcf
services by hammering away at them in a loop.


Any insight or help, or sample code would be greatly appreciated.

Thanks!

Aaron



More information about the Ironpython-users mailing list