[Mono-list] how to "register" a c++ class to c#?

Alan McGovern alan.mcgovern at gmail.com
Mon Jun 7 11:04:43 EDT 2010


C# 4.0s 'dynamic' keyword can probably do most of what you want.

Alan.

On Mon, Jun 7, 2010 at 3:19 PM, 冶晶邓 <fatfatson at gmail.com> wrote:
> thanks,Jedd!
> i think i have understood the code  you supplied.
> i wonder if we can create a C# class with some C-API instead of directly
> defining it in C#? just like python who enables us to create new type by
> filling a PyType struct and pass it to PyType_Ready call.
> is that exists?
>
> _______________________________________________
> Mono-list maillist  -  Mono-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list
>
>


More information about the Mono-list mailing list