[Mono-bugs] [Bug 71396][Blo] Changed - MethodInfo.Invoke fails for ref parameters

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 18 Jan 2005 09:23:30 -0500 (EST)


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 lluis@ximian.com.

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

--- shadow/71396	2005-01-18 09:22:38.000000000 -0500
+++ shadow/71396.tmp.20708	2005-01-18 09:23:30.000000000 -0500
@@ -12,12 +12,13 @@
 ReportedBy: lluis@ximian.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
 Summary: MethodInfo.Invoke fails for ref parameters
+OtherBugsDependingOnThis: 69164
 
 MethodInfo.Invoke throws an exception when invoked for a method that has by
 ref parameters. This fails in the 1.0 branch but it works in HEAD. A test case:
 
 using System;
 using System.Reflection;