Hi Michael, On Mon, Apr 19, 2010 at 3:34 PM, Michael Sync <[email protected]> wrote: > Can someone tell me how to do interception without creating another > assembly? Thanks...
Unlike SRE (System.Reflection.Emit), Cecil doesn't plug into the runtime. So the only way to generate code with Cecil is to define new assemblies. -- Jb Evain <[email protected]> -- -- mono-cecil Subscription settings: http://groups.google.com/group/mono-cecil/subscribe?hl=en
