Click here to Skip to main content
15,881,852 members
Articles / Programming Languages / C#

MethodLogger - Hook into method calls in .NET binaries

Rate me:
Please Sign up or sign in to vote.
4.78/5 (24 votes)
20 Nov 20066 min read 76K   2.1K   51  
Modifies .NET MSIL binaries to call configured methods at the beginning and end of methods in the binaries.

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Software Developer Atmel R&D India Pvt. Ltd.
India India
I'm a 27 yrs old developer working with Atmel R&D India Pvt. Ltd., Chennai. I'm currently working in C# and C++, but I've done some Java programming as well. I was a Microsoft MVP in Visual C# from 2007 to 2009.

You can read My Blog here. I've also done some open source software - please visit my website to know more.

Comments and Discussions