[IronPython] Interface in IronPython

Curt Hagenlocher curt at hagenlocher.org
Mon Mar 12 23:26:08 CET 2007


If you mean a CLR interface, you will have to define it in a C# or
VB.NETassembly and then derive from that interface in IronPython.
There's not
currently any way to define a CLR interface from IronPython.

On 3/12/07, Ed Fialkowski <edfialk at gmail.com> wrote:
>
> Hi all, I'm pretty much totally new to IronPython and have come to the
> point that I need an interface to interact with a co-worker's code,
> but I can't seem to find any documents or discussion on syntax for
> writing an interface.
>
> Does anyone know of a link that talks about interfaces in IronPython
> or feel like explaining one too me? :)
> Any advice would be greatly appreciated.
> Thanks.
> -Ed
> _______________________________________________
> users mailing list
> users at lists.ironpython.com
> http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ironpython-users/attachments/20070312/748c60c3/attachment.html>


More information about the Ironpython-users mailing list