Function parser

T

tshad

I am using VS 2005 and have some fairly large projects. I would like to
document the functions in the solution and show a tree of which function
calls which function. Starting from the main function.

Is there something out there that does this?

Thanks,

Tom
 
J

Jeroen Mostert

tshad said:
I am using VS 2005 and have some fairly large projects. I would like to
document the functions in the solution and show a tree of which function
calls which function. Starting from the main function.

Is there something out there that does this?
Reflector (http://www.aisto.com/roeder/dotnet/) can do this on the assembly
level. I'm not aware of tools integrating with VS, but that's not to say
there aren't any.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top