vote up 3 vote down star
2

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.

flag

4 Answers

vote up 2 vote down check

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

link|flag
That link needs fixing (blogs.msdn.com/davbr) – Mitch Wheat Sep 29 '08 at 12:29
Thanks, I've updated it. – Rob Walker Sep 29 '08 at 14:30
vote up 0 vote down

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

link|flag
vote up 0 vote down

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

link|flag
vote up 0 vote down

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.

link|flag
I will have to look :) – leppie Oct 7 '08 at 11:46

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.