[IronPython] Is it possible to create assemblies from Ironpythonscript?

Pigneri, Rocco rpigneri at LavaStorm.com
Wed Jan 23 16:28:39 CET 2008


Dear Raju,

I know that you can create executable assemblies using the
-X:SaveAssemblies option on ipy.exe.  I have seen IronPython Studio
create assembly DLL's, but I am not sure how to do that by hand.  They
could even just be renamed executable assemblies for all I know.

Let me give you a quick warning about the -X:SaveAssemblies option: it
doesn't produce types in the same way as C# or another language.  It
looks like all the types are emitted at runtime rather than compiled at
compile time.  This makes calling into IPY from a static language at
compile time impossible--at least, the IL that it produces doesn't
define types like a C# assembly would.

Hope that helps,

Rocco

-----Original Message-----
From: users-bounces at lists.ironpython.com
[mailto:users-bounces at lists.ironpython.com] On Behalf Of Raju Sivalingam
Sent: Wednesday, January 23, 2008 8:01 AM
To: Discussion of IronPython
Subject: [IronPython] Is it possible to create assemblies from
Ironpythonscript?

Hi,

Can i create assemblies from ironpython? How?

thanks
Raju
_______________________________________________
Users mailing list
Users at lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com




More information about the Ironpython-users mailing list