https://bugzilla.novell.com/show_bug.cgi?id=657376
https://bugzilla.novell.com/show_bug.cgi?id=657376#c0 Summary: monodis does not display any marshal modifier Classification: Mono Product: Mono: Tools Version: SVN Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: monodis AssignedTo: [email protected] ReportedBy: [email protected] QAContact: [email protected] Found By: --- Blocker: --- compile & monodis using System; using System.Reflection; using System.Runtime.InteropServices; class Program { static int Main () { return 0; } } class Control { public virtual int Foo { [param: MarshalAs (UnmanagedType.CustomMarshaler, MarshalTypeRef = typeof (int))] set { } } } No marshal details on set_Foo -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
