C# Class/Object visualisation software

前端 未结 10 1560
萌比男神i
萌比男神i 2021-02-02 01:49

In Visual Studio 2005 and prior you could export your code to Visio and view the relationships between the objects and what methods, properties and fields it had. This was great

10条回答
  •  感动是毒
    2021-02-02 02:16

    Visual Studio 2010 Ultimate supports UML class, sequence, component, use case, and activity diagrams. It also supports creating sequence, dependency graphs, and layer diagrams from code. Other tools include Architecture Explorer, which lets you browse and explore your solution.

    For more info, see the following links:

    To download the RC release, visit: Microsoft Visual Studio 2010 Ultimate RC

    To see the RC documentation, see Modeling the Application.

    To discuss these tools, visit the Visual Studio 2010 Architectural Discovery & Modeling Tools forum.

提交回复
热议问题