[Mono-bugs] [Bug 76829][Nor] Changed - EventInfo.ReflectedType returns declaring type instead

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Mon Nov 28 19:36:43 EST 2005


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 robertj at gmx.net.

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

--- shadow/76829	2005-11-26 16:52:12.000000000 -0500
+++ shadow/76829.tmp.22443	2005-11-28 19:36:43.000000000 -0500
@@ -1,22 +1,21 @@
 Bug#: 76829
 Product: Mono: Class Libraries
 Version: 1.1
-OS: 
+OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
 Component: CORLIB
 AssignedTo: mono-bugs at ximian.com                            
 ReportedBy: dean at brettle.com               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
 URL: 
-Cc: 
 Summary: EventInfo.ReflectedType returns declaring type instead
 
 Description of Problem:
 
 Here's a very small test case:
 
@@ -63,6 +62,16 @@
 
 Everytime
 
 Additional Information:
 
 I'm running mono 1.1.10-2
+
+------- Additional Comments From robertj at gmx.net  2005-11-28 19:36 -------
+The expected result is
+
+EventInDerived: ReflectedType = Derived
+EventInBase: ReflectedType = Derived
+
+because ReflectedType is the type that was used to obtain
+the member info, which is "Derived" in your sample.
+


More information about the mono-bugs mailing list