[IronPython] Q: How do I compile .py files to a DLL for linking into my C# or VB program?

葉信源 iapyeh at gmail.com
Fri Apr 6 11:38:30 CEST 2007


A: IronPython does not support building DLLs for a C# style of linking and
calling into Python code.  You can define interfaces in C#, build those into
a DLL, and then implement those interfaces in Python code as well as pass
the python objects that implement the interfaces to C# code.

Can Someone kindly give an example?

Thanks in advance.

iap
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ironpython-users/attachments/20070406/322c63c9/attachment.html>


More information about the Ironpython-users mailing list