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: [email protected] ReportedBy: [email protected] QAContact: [email protected] 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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
