[Mono-bugs] [Bug 657376] New: monodis does not display any marshal modifier
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Fri Dec 3 06:38:26 EST 2010
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: mono-bugs at lists.ximian.com
ReportedBy: msafar at novell.com
QAContact: mono-bugs at lists.ximian.com
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.
More information about the mono-bugs
mailing list