Re: [IronPython] Ironpython reload assembly/dll from console

2010-04-28 Thread jon vs. python
> > > > *From:* [email protected] [mailto: > [email protected]] *On Behalf Of *jon vs. python > *Sent:* Wednesday, April 28, 2010 2:57 AM > *To:* Discussion of IronPython > *Subject:* [IronPython] Ironpython reload assembly/dll from console > > > >

Re: [IronPython] Ironpython reload assembly/dll from console

2010-04-28 Thread Dino Viehland
, April 28, 2010 2:57 AM To: Discussion of IronPython Subject: [IronPython] Ironpython reload assembly/dll from console Hi, I'm developping a C# assembly and using IronPython to test it interactivelly. Every bug or flaw found requires a new assembly generation, loading, etc. Is it possibl

[IronPython] Ironpython reload assembly/dll from console

2010-04-28 Thread jon vs. python
Hi, I'm developping a C# assembly and using IronPython to test it interactivelly. Every bug or flaw found requires a new assembly generation, loading, etc. Is it possible to reload the assembly from IronPython Console? If it is, how can I do it? Thanks, Jon.