Re: [IronPython] script c# application

2010-07-12 Thread Aaron Boxer
Thanks, Dino! On Mon, Jul 12, 2010 at 2:03 PM, Dino Viehland wrote: > Aaron wrote: >> 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

Re: [IronPython] script c# application

2010-07-12 Thread Dino Viehland
Aaron wrote: > 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

[IronPython] script c# application

2010-07-11 Thread Aaron Boxer
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 scri