Flowchart an entire .NET solution

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have taken over a project and would like to flowchart the entire solution.
I have found flowchart programs that work on a single .cpp file, but nothing
for the entire project.
Does anyone know of a good flowchar program where you can speciry the .sln
and it will produce a solution wide flowchart?

Thanks
 
Have you tried loading the solution in VS.Net and then looking at the Class
View window? It gives you a good rundown on everything defined in the
solution and has serveral grouping options.

--Robby
 
Back
Top