On 8/5/07, Bryan <[EMAIL PROTECTED]> wrote:
>
>
> i to would like to do this.  i don't understand a part of this.  i
> understand creating a CLR interface and i understand creating a python
> file that has a class that derives from the CLR interface.  but how
> does the CLR code instantiate the derived class and access the Python
> code through the interface?  where does this instance come from?


You would have to interact directly with the IronPython engine from the "CLR
code" in order to get an instance of the class.  Something like the code
that Ori posted earlier in the thread would work for that.

--
Curt Hagenlocher
[EMAIL PROTECTED]
_______________________________________________
Users mailing list
Users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Reply via email to