Hey Simon, On Fri, Aug 6, 2010 at 12:08 PM, Simon Cropp <[email protected]> wrote: > Given a piece of c# code or an assembly is there a way to generate the > Cecil code that will generate that code? > I think that makes sense
It think it does too :) But there's no such code afaik. Probably one can adapt the Reflector plugin which shows System.Reflection.Emit C# code instead of the decompiled C#. -- Jb EvainĀ <[email protected]> -- -- mono-cecil
