views:

589

answers:

4

I'm looking for good resources to learn and contribute to regarding CLR profiler API knowledge (a.k.a "Extended Reflection"). Got one? Only other question here islink text but it's just a beginning.

+2  A: 

David Broman's blog has some great technical posts from a while back. Seems to have been kinda quiet recently though.

Rob Walker
That link needs fixing (http://blogs.msdn.com/davbr/)
Mitch Wheat
Thanks, I've updated it.
Rob Walker
A: 

There is a nice article on Code Project for a skeleton for implementing a profiler. If you are planning to use tail calls, make sure you apply the fix I provided in the comments.

leppie
I will have to look :)
leppie
A: 

Here is a good article I have found on this subject to get started with link text from MSDN

RoyOsherove
A: 

Mike Stall has quite a few blog posts about ICorProfiler, ICorDebug and metadata APIs.

Sam Saffron