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
|
|
|
|
|
|
David Broman's blog has some great technical posts from a while back. Seems to have been kinda quiet recently though. |
||||
|
|
|
Mike Stall has quite a few blog posts about ICorProfiler, ICorDebug and metadata APIs. |
||
|
|
|
|
Here is a good article I have found on this subject to get started with link text from MSDN |
||
|
|
|
|
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. |
|||
|
