[IronPython] Referencing extension modules from hosting

Jeff Hardy jdhardy at gmail.com
Thu Mar 18 20:53:20 CET 2010


On Thu, Mar 18, 2010 at 11:53 AM, Dino Viehland <dinov at microsoft.com> wrote:
> Oh, I didn't know about that.  Go ahead and open a bug for this one as well.
> As long as there are no bad performance problems from reflecting over every
> assembly this would be cool - at least as an option on the ScriptRuntime.  I
> could see a desire for us not to always do this because you might want to have
> different runtimes w/ different loaded modules in the same app domain.

Hosting: Import a module on a ScriptScope
http://ironpython.codeplex.com/WorkItem/View.aspx?WorkItemId=26505

Hosting: Find any PythonModules in loaded assemblies
http://ironpython.codeplex.com/WorkItem/View.aspx?WorkItemId=26507

- Jeff



More information about the Ironpython-users mailing list