I think if you're not replacing Globals on the script runtime you can fetch the 
namespace from the ScriptRuntime.Globals scope.

If that doesn't work for some reason you can always new up a 
TopNamespaceTracker, load assemblies into it, and get the namespace trackers 
from it.  You'll need to get the the ScriptDomainManager object which you can 
fetch w/ the HostingHelpers.GetDomainManager function.

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Marty Nelson
Sent: Friday, October 10, 2008 1:02 PM
To: users@lists.ironpython.com
Subject: [IronPython] Can I pre-add namespaces?

I know I can load assemblies into the script runtime, but how can I add the 
imports into the scope programmatically?  I'm trying to avoid forcing people to 
write things like "imports System" for scripts.

Microsoft.Scripting.Actions.NamespaceTracker seems to be involved, but it isn't 
there till after the scope executes for the first time and it has no public 
contructor.

Thanks,

- Marty
=======
Notice: This e-mail message, together with any attachments, contains
information of Symyx Technologies, Inc. or any of its affiliates or
subsidiaries that may be confidential, proprietary, copyrighted,
privileged and/or protected work product, and is meant solely for
the intended recipient. If you are not the intended recipient, and
have received this message in error, please contact the sender
immediately, permanently delete the original and any copies of this
email and any attachments thereto.


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

Reply via email to