3

Is there any tool, free or commercial, that can generate flow visualization graphs for a C# method? It should be able to deal with decision points (maybe represent them as vertices) and with sequential code fragments (maybe represent them as edges). I know there are similar C/C++ and Java related questions, but I'm interested in C#.

tshepang
  • 12,111
  • 21
  • 91
  • 136
kjv
  • 11,047
  • 34
  • 101
  • 140

1 Answers1

5

There is a commercial tool called visustin. It is capable of generating flow charts in 31 programming languages. You can get the demo version here.

erelender
  • 6,175
  • 32
  • 49