[Mono-list] Unbox a C# object after invoke?

Robert Jordan robertj at gmx.net
Fri Feb 24 19:56:30 UTC 2012


On 24.02.2012 20:47, efontana wrote:
> --------- C++
>
> struct ComplexResults
> {
>    int x;
>    int y;

this must be a MonoString* because mono_runtime_invoke does
not support p/invoke marshaling:

>    char* str;
> }

Robert



More information about the Mono-list mailing list