https://bugzilla.novell.com/show_bug.cgi?id=644478
https://bugzilla.novell.com/show_bug.cgi?id=644478#c0 Summary: Analyzing dynamic modules with reflection throws not implemented exception Classification: Mono Product: Mono: Runtime Version: SVN Platform: i686 OS/Version: Kubuntu Status: NEW Severity: Normal Priority: P5 - None Component: misc 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) AppleWebKit/534.3 (KHTML, like Gecko) Chrome/6.0.472.63 Safari/534.3 When analyzing dynamic modules (eg. compiled Boo module) the run time throws not implemented exception. http://github.com/mono/mono/blob/master/mono/metadata/icall.c Retrieve....Token - methods Reproducible: Always Steps to Reproduce: Using jb's MethodBaseRocks 1. Create a dynamic type with a field and a method that access that field somehow 2. Retrieve MethodInfo from dynamic type 3. use GetInstructions() from MethodBaseRocks on the method info causes a crash becuase RetrieveFileToken is not implemented for dynamic types. -- 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
