Hey, On Mon, Jun 21, 2010 at 6:07 AM, DongYong Lee <[email protected]> wrote: > But I'm stuck with inject a statement to catch argument values and > shows the values.
You can read the following example: http://evain.net/blog/articles/2010/05/05/parameterof-propertyof-methodof with the associated code: http://gist.github.com/390902 What you want is even simplier, you just want to inject: ldarg1 ldarg2 call WriteLine(string,string) -- Jb Evain <[email protected]> -- -- mono-cecil
