[Mono-bugs] [Bug 71015][Maj] Changed - Support for Marshal.PtrToStructure in mono
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 5 Jan 2005 07:10:58 -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 kalabalun@yahoo.co.in.
http://bugzilla.ximian.com/show_bug.cgi?id=71015
--- shadow/71015 2005-01-05 06:26:27.000000000 -0500
+++ shadow/71015.tmp.4458 2005-01-05 07:10:58.000000000 -0500
@@ -10,12 +10,13 @@
Component: misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: anis.sk@gmail.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
+Cc: anis.sk@gmail.com,kalabalun@yahoo.co.in
Summary: Support for Marshal.PtrToStructure in mono
Description of Problem:
Mono supports Marshal.PtrToStructure() when the C# classes/structures has
a char[] with Charset = Unicode, but does not support a String type.