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 [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=79136 --- shadow/79136 2006-08-21 18:23:31.000000000 -0400 +++ shadow/79136.tmp.23242 2006-08-21 18:23:31.000000000 -0400 @@ -0,0 +1,43 @@ +Bug#: 79136 +Product: Mono: Class Libraries +Version: unspecified +OS: +OS Details: +Status: NEW +Resolution: +Severity: +Priority: Wishlist +Component: System +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: Marshal.SizeOf incorrect for struct with object/interrface members + +Please fill in this template when reporting a bug, unless you know what you +are doing. +Description of Problem: +Marshal.SizeOf incorrect for struct with object/interrface members. Not +sure if this should be class lib or interop code. + +Steps to reproduce the problem: +1. Run test case. +2. +3. + +Actual Results: +$ mono MarshalSizeOfBug.exe +0 +0 + +Expected Results: +$ ./MarshalSizeOfBug.exe +4 +4 + +How often does this happen? +Everytime. + +Additional Information: _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
