Thanks!
From: Curt Hagenlocher [mailto:[email protected]] Sent: Sunday, August 09, 2009 11:21 AM To: Discussion of IronPython Subject: Re: [IronPython] C# - IronPython Integration There probably isn't one. But these are just helpers for functionality that's in the DLR hosting spec. The source ought to be pretty self-explanatory. On Sun, Aug 9, 2009 at 10:28 AM, Boris Aronshtam <[email protected]> wrote: Thanks a lot for your reply. I do see DLR description (Microsoft.Scripting namespace), but I fail to see IronPython.Hosting namespace. Do you know where can I find the spec on it? Thanks, Boris From: Dody Gunawinata [mailto:[email protected]] Sent: Sunday, August 09, 2009 12:37 AM To: Discussion of IronPython Subject: Re: [IronPython] C# - IronPython Integration http://dlr.codeplex.com/Wiki/View.aspx?title=Docs%20and%20specs Download the dlr-spec-hosting document. On Sat, Aug 8, 2009 at 8:10 AM, <[email protected]> wrote: I am new to IronPython. I am trying to add IronPython scripting support to my C# program. I have a number of questions. Namespaces ---------- Looking at C# examples on WWW, I can see: using IronPython.Hosting; using Microsoft.Scripting; using Microsoft.Scripting.Hosting; Where can I get documentation on these namespaces? _______________________________________________ Users mailing list [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com -- nomadlife.org <http://nomadlife.org/> _______________________________________________ Users mailing list [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
_______________________________________________ Users mailing list [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
