G Guest Oct 19, 2006 #1 Does anybody know about some project analyzer that displays modules and relations as a block diagram? GadyC
Does anybody know about some project analyzer that displays modules and relations as a block diagram? GadyC
C Chris Fulstow Oct 19, 2006 #2 Check out the Class Diagram feature in Visual Studio 2005: http://msdn.microsoft.com/msdnmag/issues/04/07/whitehorse/default.aspx#S3 There are also some add-ins for .NET Reflector that do this sort of thing: http://www.aisto.com/roeder/dotnet/ http://www.aisto.com/Incoming/Reflector/AddIns/
Check out the Class Diagram feature in Visual Studio 2005: http://msdn.microsoft.com/msdnmag/issues/04/07/whitehorse/default.aspx#S3 There are also some add-ins for .NET Reflector that do this sort of thing: http://www.aisto.com/roeder/dotnet/ http://www.aisto.com/Incoming/Reflector/AddIns/
L Laurent Bugnion Oct 20, 2006 #3 Hi, Does anybody know about some project analyzer that displays modules and relations as a block diagram? GadyC Click to expand... If you like UML, any good UML tool can do reverse engineering. We use Enterprise Architect available here: www.sparxsystems.com.au HTH, Laurent
Hi, Does anybody know about some project analyzer that displays modules and relations as a block diagram? GadyC Click to expand... If you like UML, any good UML tool can do reverse engineering. We use Enterprise Architect available here: www.sparxsystems.com.au HTH, Laurent
D Dietmar Marek Oct 25, 2006 #4 GadyC said: Does anybody know about some project analyzer that displays modules and relations as a block diagram? GadyC Click to expand... I'm using doxygen with Graphviz. It creates class diagrams and additionally takes your comments out of the sourcecode.
GadyC said: Does anybody know about some project analyzer that displays modules and relations as a block diagram? GadyC Click to expand... I'm using doxygen with Graphviz. It creates class diagrams and additionally takes your comments out of the sourcecode.