[Mono-list] Embedded API method signatures

2013-09-05 Thread jonat...@mugginsoft.com
In Obj-C -> embedded API I invoke a method like so: MonoObject *monoObject = [self invokeMonoMethod:"Sum(long[])" withNumArgs:1, [p1 monoValue]]; The following however fails to find the specified method: MonoObject *monoObject = [self invokeMonoMethod:"Sum(System.Int64[])" withNumArgs:1, [p1 mo

Re: [Mono-list] Embedded API: calling explicit operators

2013-09-05 Thread jonat...@mugginsoft.com
On 5 Sep 2013, at 00:01, Robert Jordan wrote: > > Assuming that you're using mono_method_desc_search_in_class () for > method look-ups, there is actually no way to specify the return > type. You may want to enumerate the methods yourself using > mono_class_get_methods (). > mono_method_desc_sear