[IronPython] C# - IronPython Integration

boris_aronshtam at vdptech.com boris_aronshtam at vdptech.com
Sat Aug 8 07:10:28 CEST 2009


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?






More information about the Ironpython-users mailing list