visual studio 2010 - Is there a script or methodology to turn C# code into a graph representation? -
since visual studio supports modeling of software (reverse engineering of current design) 1 know or can suggest of way take c# code , transform graph representation?
i think straightforward thing do. long can define software components align "shape" not informative , useful function see how different components fill out scheme?
wouldn't simple creating set of regular expressions transform code graphviz notation?
visual studio includes functionality - class diagrams.
visual studio 2012, update 1 adds code map feature, transforms code different visual representation, , allows view "diagrams" built @ method call level.
Comments
Post a Comment