[Mono-list] Embedded API: Method signature not found with generic parameter

Robert Jordan robertj at gmx.net
Thu Jul 11 14:19:53 UTC 2013


On 11.07.2013 15:53, mugginsoft wrote:
> Robert Jordan wrote
>> This must be
>> ":ToList(System.Collections.Generic.IEnumerable`1)"
>
> Hmm. This still aborts with me.

Now I see why: you're using mono_class_get_method_from_name ()
and this function expects nothing more than the simple method name.

Try mono_class_get_method_from_name ("ToList", 1) or create
a descriptor from ":ToList(System.Collections.Generic.IEnumerable`1)".

Robert



More information about the Mono-list mailing list