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

2013-09-06 Thread Mitchell Jonathan
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

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

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

2013-09-04 Thread Robert Jordan
On 31.08.2013 23:16, jonat...@mugginsoft.com wrote: How is an explicit operator called using the embedded api? For example mscorlib contains a number of explicit operators for NSDecimal: http://msdn.microsoft.com/en-us/library/system.decimal.op_explicit.aspx Reflection returns the operators as