Monday, 9 September 2013

How can I generate a call tree?

How can I generate a call tree?

I need to write some functionality to build a call tree given an assembly
i.e. I want to know that method A of some type calls methods B and C or
other types.
I've looked around within the Reflection API but don't see any ready way
to accomplish this. can anyone point me in the right direction?

No comments:

Post a Comment