Groups | Blog | Home
all groups > dotnet framework > december 2006 >

dotnet framework : Call Graph from Assembly or Code


Aamir Mahmood
12/20/2006 7:11:00 PM
Hi guys,

I need a tool that can create a method call graph from analysing my C# code
or assembly.

I actually want to list functions being called by each function recursively
(whether same or different class, public or private or protected or static
functions).
And it should be done by looking at the project source code or assembly.

Any suggestion for the tool will be appreciated.

Thanks.

-
Aamir



Cem Merven
12/21/2006 12:00:00 AM
Check Lutz Roeder's .NET Reflector and it's addins

Dotnet Reflector:

http://www.aisto.com/Roeder/DotNet/

Dotnet Reflector Addins:

http://www.aisto.com/incoming/Reflector/AddIns/


AddThis Social Bookmark Button