Re: [IronPython] Question on loading assembly from byte array

2009-04-02 Thread Samuel Tjokrosoesilo
me))) > > > > *From:* users-boun...@lists.ironpython.com [mailto: > users-boun...@lists.ironpython.com] *On Behalf Of *Samuel Tjokrosoesilo > *Sent:* Thursday, April 02, 2009 10:43 AM > *To:* Discussion of IronPython > *Subject:* [IronPython] Question on loading assembly from

Re: [IronPython] Question on loading assembly from byte array

2009-04-02 Thread Dino Viehland
IronPython Subject: [IronPython] Question on loading assembly from byte array I would like to be able to load assembly from byte array inside of IronPython. Is there any way to do it directly in IronPython? I'm unable to run something like clr.AddReference(byte []). Below is what I do in .NE

[IronPython] Question on loading assembly from byte array

2009-04-02 Thread Samuel Tjokrosoesilo
I would like to be able to load assembly from byte array inside of IronPython. Is there any way to do it directly in IronPython? I'm unable to run something like clr.AddReference(byte []). Below is what I do in .NET DLR in order to make this work: byte[] rawAssemblyFile = File.ReadAllBytes(assem