jbevain / mono.reflection

Some useful reflection helpers, including an IL disassembler.
151 stars 51 forks source link

Add support for DynamicMethod and dynamic compiled methods #4

Open hazzik opened 11 years ago

hazzik commented 11 years ago

DynamicMethod.GetMethodBody() throws exception

See this answer for workaround http://stackoverflow.com/a/4147132/259946