On 10/19/07, Giles Thomas <[EMAIL PROTECTED]> wrote:
>
> Paolo Molaro wrote:
> > You can use a struct that contains all the needed delegates and pass
> > that on the p/invoke call.
> >
> I guess that's a bit cleaner, as is Curt's COM version.  But I was
> really hoping to be able to avoid the init call from the managed side
> entirely.


Hypothetically, you could muck about with the unmanaged interfaces to the
managed code execution engine and pull in the information that way.  How
much of the MSCOREE-exposed functionality does Mono implement?

Mind you, I don't actually think this is a good idea.

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

Reply via email to