[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 12:01:39 -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 kornelpal@hotmail.com.

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

--- shadow/74875	2005-05-12 11:58:35.000000000 -0400
+++ shadow/74875.tmp.7007	2005-05-12 12:01:39.000000000 -0400
@@ -111,6 +111,12 @@
 parameters.
 
 ------- Additional Comments From kornelpal@hotmail.com  2005-05-12 11:58 -------
 Created an attachment (id=15131)
 Source code and binary for case 5
 
+
+------- Additional Comments From kornelpal@hotmail.com  2005-05-12 12:01 -------
+This works under .NET Framework but does not under Mono and my tests 
+pointed out that it's because the buffer in 
+ComIStreamMarshaler.ReadDelegate is not copied back to unmanaged 
+code.