On Fri, 2002-07-12 at 13:28, Daniel Stodden wrote: > before messing again with the delegate class, i'd rather try to redo > invoke() myself. could you send me a patch to > mono_marshal_get_delegate_invoke which shows me how to dump the > rt-generated il?
OK, just added some code to support debugging, just: #define DEBUG_RUNTIME_CODE in mono/metadata/marshal.c But be careful, the code for runtime invoke should be short, and I cant imagine how to reverse the order with a few opcodes?? - Dietmar _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
