[IronPython] What happends with AddAssembly ?

2007-07-11 Thread Luis Capra

PythonEngine had a method called AddAssembly in 2.0 A1, in 2.0 A2 doesnt
exist.
How can i import an assembly right now?

Thnx.
___
users mailing list
users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com


Re: [IronPython] What happends with AddAssembly ?

2007-07-11 Thread Dino Viehland
You can call ClrModule.GetInstance().AddReference().  The tentative thought is 
that we'll share this between languages so that you only need to do it once and 
all languages pick it up.

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Luis Capra
Sent: Wednesday, July 11, 2007 11:32 AM
To: users@lists.ironpython.com
Subject: [IronPython] What happends with AddAssembly ?

PythonEngine had a method called AddAssembly in 2.0 A1, in 2.0 A2 doesnt exist.
How can i import an assembly right now?

Thnx.
___
users mailing list
users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com


Re: [IronPython] What happends with AddAssembly ?

2007-07-11 Thread Luis Capra (gmail)
Oks. Thank you very much!

 

Luis

 

From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Dino Viehland
Sent: Wednesday, July 11, 2007 7:16 PM
To: Discussion of IronPython
Subject: Re: [IronPython] What happends with AddAssembly ?

 

You can call ClrModule.GetInstance().AddReference().  The tentative thought
is that we'll share this between languages so that you only need to do it
once and all languages pick it up.

 

From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Luis Capra
Sent: Wednesday, July 11, 2007 11:32 AM
To: users@lists.ironpython.com
Subject: [IronPython] What happends with AddAssembly ?

 

PythonEngine had a method called AddAssembly in 2.0 A1, in 2.0 A2 doesnt
exist.

How can i import an assembly right now?

 

Thnx.

___
users mailing list
users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com