[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 12:54:40 -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 bmaurer@users.sf.net.
http://bugzilla.ximian.com/show_bug.cgi?id=52594
--- shadow/52594 2004-05-14 12:46:27.000000000 -0400
+++ shadow/52594.tmp.8428 2004-05-14 12:54:40.000000000 -0400
@@ -78,6 +78,12 @@
large parts of the reflection namespace documentation: note that it
doesn't say that user code can derive from it and expect any useful
behaviour by the runtime).
As Zoltan says the class is not supposed to be inherited by user code.
Though it would not be very difficult to support the broken usage, it
wouldn't help anyway with at least the bug referenced which I filed.
+
+------- Additional Comments From bmaurer@users.sf.net 2004-05-14 12:54 -------
+I am not sure why you think fixing this bug would not help with the
+bug you referenced. If I override the class, I am able to control the
+DeclaringType. I think that I can use this to make S.R.E generate the
+code that I want it to generate.