[Mono-bugs] [Bug 565724] New: not implemented: System.Reflection.Emit.DynamicILInfo
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Thu Dec 17 14:56:41 EST 2009
http://bugzilla.novell.com/show_bug.cgi?id=565724
http://bugzilla.novell.com/show_bug.cgi?id=565724#c0
Summary: not implemented: System.Reflection.Emit.DynamicILInfo
Classification: Mono
Product: Mono: Class Libraries
Version: SVN
Platform: All
OS/Version: All
Status: NEW
Severity: Enhancement
Priority: P5 - None
Component: CORLIB
AssignedTo: mono-bugs at lists.ximian.com
ReportedBy: diakopter at gmail.com
QAContact: mono-bugs at lists.ximian.com
Found By: ---
Blocker: ---
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.6)
Gecko/20091201 Firefox/3.5.6
It would be quite helpful to have the capabilities of DynamicILInfo in mono.
Is this on the roadmap at all? I saw a patch was submitted, but wasn't
applied...
Reproducible: Always
Steps to Reproduce:
1. DynamicILInfo il = new DynamicMethod("hi", typeof(void), Type.EmptyTypes,
typeof(MainClass), false).GetDynamicILInfo();
Actual Results:
NotImplementedException
Expected Results:
implemented
--
Configure bugmail: http://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