I have inherited code that uses DynamicMethod to generate methods at runtime. I also need to modify some of the code that is being generated.
Since I am a n00b at MSIL, I would love to be able to load the generated code up in Reflector and ensure that the code does what I pray that it does ;)
Only, I can't figure out how to serialize the "Anonymously Hosted DynamicMethods Assembly" to disk. Is this possible? If so, how?