[Mono-bugs] [Bug 74875][Nor] Changed - Custom marshaling differences between Mono and .NET Framework

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 12 May 2005 11:28:04 -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 vargaz@gmail.com.

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

--- shadow/74875	2005-05-12 10:43:50.000000000 -0400
+++ shadow/74875.tmp.6727	2005-05-12 11:28:04.000000000 -0400
@@ -89,6 +89,11 @@
 If you specify [Out] only the unmanaged memory is uninitialized and 
 is copied back to the managed array when the function returns.
 
 This is the marshaling behaviour for non-reference array arguments.
 
 Mono should do the same.
+
+------- Additional Comments From vargaz@gmail.com  2005-05-12 11:28 -------
+[Out] marshalling of arrays should work according to the spec in
+1.1.6. Could you attach a small testcase where it fails ?
+