[Mono-bugs] [Bug 58844][Nor] Changed - [PATCH] InvokeMember with 'InvokeMethod | GetField' fails to find field

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 7 Jul 2004 15:22:02 -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 grompf@sublimeintervention.com.

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

--- shadow/58844	2004-07-07 15:21:45.000000000 -0400
+++ shadow/58844.tmp.384	2004-07-07 15:22:02.000000000 -0400
@@ -11,13 +11,13 @@
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: timsuth@ihug.co.nz               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
-Summary: InvokeMember with 'InvokeMethod | GetField' fails to find field
+Summary: [PATCH] InvokeMember with 'InvokeMethod | GetField' fails to find field
 
 When calling System.Type#InvokeMember (mcs/class/corlib/System/MonoType.cs)
 with BindingFlags like
  InvokeMethod | GetField
 
 if there is no method with the name you're asking for, it will fail with