[Mono-bugs] [Bug 71396][Blo] Changed - MethodInfo.Invoke fails for ref parameters
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Fri, 18 Feb 2005 15:42:54 -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 miguel@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=71396
--- shadow/71396 2005-01-18 18:13:32.000000000 -0500
+++ shadow/71396.tmp.22062 2005-02-18 15:42:54.000000000 -0500
@@ -1,14 +1,14 @@
Bug#: 71396
Product: Mono: Class Libraries
Version: 1.0
-OS:
+OS: unknown
OS Details:
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: FIXED
+Severity: Unknown
Priority: Blocker
Component: CORLIB
AssignedTo: mono-bugs@ximian.com
ReportedBy: lluis@ximian.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -43,6 +43,11 @@
Unhandled Exception: System.ArgumentException: parameters
in <0x00085> System.Reflection.MonoMethod:Invoke
(object,System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo)
in <0x00021> System.Reflection.MethodBase:Invoke (object,object[])
in <0x00081> Test:Main ()
+
+------- Additional Comments From miguel@ximian.com 2005-02-18 15:42 -------
+This works currently with SVN HEAD.
+
+Could you try again, and reopen if that is not the case?