[Mono-bugs] [Bug 59300][Wis] Changed - Mono doesn't allow null arguments for value types when invoking via reflection

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sat, 29 May 2004 16:06: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 tum@veridicus.com.

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

--- shadow/59300	2004-05-29 15:16:56.000000000 -0400
+++ shadow/59300.tmp.29237	2004-05-29 16:06:02.000000000 -0400
@@ -1,14 +1,14 @@
 Bug#: 59300
 Product: Mono: Runtime
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Wishlist
 Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: tum@veridicus.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -44,6 +44,10 @@
 		Console.WriteLine("{0} {1}", args[0], args[1]);
 	}
 }
 
 The program should print "20 30" but fails with a target 
 NullReferenceException.
+
+------- Additional Comments From tum@veridicus.com  2004-05-29 16:06 -------
+FYI, both MS.NET and PNET create a new box for the ref values and 
+return them back thru the args array.