[Mono-list] how to "register" a c++ class to c#?
Robert Jordan
robertj at gmx.net
Mon Jun 7 11:29:06 EDT 2010
On 07.06.2010 17:17, Christopher David Howie wrote:
> Note that I'm not terribly familiar with libmono, so I won't be able to
> provide the calls required to emit this class and to obtain and call the
> constructor. (Were it 100% C# I would...) Perhaps someone else can
> chime in with that info.
Functions that emit IL are neither publicly exposed by libmono
nor necessary. Users are encouraged to write this kind of
code in the managed world.
Robert
More information about the Mono-list
mailing list