Hi, On Wed, Jun 15, 2011 at 3:23 PM, jasper <[email protected]> wrote: > I am fairly new to Cecil. I have a doubt if this is possible in co- > ordination with Cecil. I use CLR's profiler API. I need to insert byte > code in the callback from the profiler API.
No it's not. If the assembly is loaded by the runtime, it's too late for Cecil to modify it. Jb -- -- mono-cecil
