[Mono-bugs] [Bug 52594][Wis] Changed - cant call custom MethodInfo with Sys.Ref.Emit

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 14 May 2004 10:13:31 -0400 (EDT)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by vargaz@freemail.hu.

http://bugzilla.ximian.com/show_bug.cgi?id=52594

--- shadow/52594	2004-05-12 14:20:20.000000000 -0400
+++ shadow/52594.tmp.6559	2004-05-14 10:13:31.000000000 -0400
@@ -53,6 +53,11 @@
 throw the assertion shown in the initial report.
 
 A fix for this bug is needed to fix bug 52586 and also for bug 26204.
 
 Neither this bug, nor those depenent bugs are, IMHO, needed for 1.0. 
 But they'd be nice to have.
+
+------- Additional Comments From vargaz@freemail.hu  2004-05-14 10:13 -------
+I don't think subclassing MethodInfo is an acceptable use of the
+reflection API. If this works in MS.NET, it is probably by accident,
+not by design. So this is probably a WONTFIX.