[Mono-bugs] [Bug 26204][Nor] Changed - Problem when finding an inherited method
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
5 Aug 2002 22:51:54 -0000
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 martin@gnome.org.
http://bugzilla.ximian.com/show_bug.cgi?id=26204
--- shadow/26204 Mon Aug 5 18:03:13 2002
+++ shadow/26204.tmp.31180 Mon Aug 5 18:51:54 2002
@@ -133,6 +133,20 @@
Paolo, once this is done, can you add the missing support in
reflection ?
+
+------- Additional Comments From martin@gnome.org 2002-08-05 18:51 -------
+Hmm, either I'm doing something wrong or there is a bug in the ms
+runtime.
+
+When I'm doing a
+
+ ig.Emit (OpCodes.Call, (MethodInfo) method);
+
+this emits a call to the method's DeclaringType, not to the method's
+ReflectedType.
+
+
+