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
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
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