[Mono-list] Some news about a CORBA ORB implementation for.Net framework

Dietmar Maurer dietmar@ximian.com
27 Sep 2002 14:36:46 +0200


On Fri, 2002-09-27 at 11:13, Michael Meeks wrote:
> 	So, we'd implement a custom Mono object adaptor [ as do the Python &
> gobject-adaptor bindings ], and it'd just work. The thing is while I can
> explain what to do conceptually, it'd take me a long time to get into
> the Mono C internals - since really, that's where the mapping has to
> happen I think.

C#/Mono has that PInvoke feature, so you can simply call any C# method
you want from C, just like a normal C function.

- Dietmar