[Mono-bugs] [Bug 43351][Nor] Changed - Mono does not support custom marshalers

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Tue, 3 Jun 2003 13:12:18 -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 dietmar@ximian.com.

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

--- shadow/43351	Tue Jun  3 10:38:47 2003
+++ shadow/43351.tmp.9332	Tue Jun  3 13:12:18 2003
@@ -82,6 +82,11 @@
 ------- Additional Comments From dietmar@ximian.com  2003-06-03 10:38 -------
 I added basic support to the runtime, so the above examples work when
 compiled with csc (paolo is fixing mcs to produce the correct metadata)
 
 But we still need more test cases - preferable regression tests. Do
 you have additional tests?
+
+------- Additional Comments From dietmar@ximian.com  2003-06-03 13:12 -------
+Is MS able to use custum marshalling with value types (structs)? Can
+we use custom marshaling with out parameters and return types? If so
+we need test cases. And what about array types?