[Mono-bugs] [Bug 32992][Nor] Changed - Binder error when using PropertyInfo.GetValue
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
29 Oct 2002 19:28:19 -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 gonzalo@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=32992
--- shadow/32992 Tue Oct 29 14:17:44 2002
+++ shadow/32992.tmp.12400 Tue Oct 29 14:28:19 2002
@@ -2,13 +2,13 @@
Product: Mono/Class Libraries
Version: unspecified
OS: All
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Normal
Component: CORLIB
AssignedTo: mono-bugs@ximian.com
ReportedBy: gonzalo@ximian.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -62,6 +62,9 @@
on.Binder,object[],System.Globalization.CultureInfo)
in <0x0002e> 00 System.Reflection.PropertyInfo:GetValue (object,object[])
in <0x00125> 00 .ClassInstance:Main ()
Under MS runtime it works fine. It prints:
This is the indexer for string. Index: this is a string
+
+------- Additional Comments From gonzalo@ximian.com 2002-10-29 14:28 -------
+It seems that GetProperty returns the wrong property!