[Mono-bugs] [Bug 26204][Nor] Changed - Problem when finding an inherited method

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
6 Aug 2002 08:05:17 -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 lupus@ximian.com.

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

--- shadow/26204	Mon Aug  5 18:51:54 2002
+++ shadow/26204.tmp.22097	Tue Aug  6 04:05:17 2002
@@ -147,6 +147,11 @@
 
 this emits a call to the method's DeclaringType, not to the method's 
 ReflectedType.
 
 
 
+
+------- Additional Comments From lupus@ximian.com  2002-08-06 04:05 -------
+The current ms runtime won't produce the correct code in this case.
+We should be able to get the correct behaviour in the mono reflection
+stuff with relatively low effort.