0
kicks
Creating Reflection.Emit (MS)IL using reflector and a little plug-in
I just stumbled on this on codeplex : ReflectionEmitLanguage
This add-in translates the IL code of a given method into the C# code that would be needed to generate the same IL code using System.Reflection.Emit.
So insted of trying to figure out the hows and whats of IL and Reflection.Emit, simply do the following: