C# Class/Object visualisation software

前端 未结 10 1310
萌比男神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.

    0 讨论(0)
  • 2021-02-02 02:16

    With VS2005 & VS2008 you have the option of designing your own modelling language (DSL) here you can choose how your model is rendered, it would be a big investment if its just to make the diagrams look a little better, but it does provide you with option to customise how the code is generated from your model.

    0 讨论(0)
  • 2021-02-02 02:17

    Not quite what you're asking for but it's worth checking out some of the add-ins for .Net Reflector

    E.g.

    • Graph
    • Dependency Structure Matrix PlugIn for .NET Reflector
    • 100% Reflective Class Diagram Creation Tool
    0 讨论(0)
  • 2021-02-02 02:21

    Not your answer, but related...

    Codeplex's VisioAutoExt library: http://www.codeplex.com/visioautoext

    Visio ActiveX component: http://www.c-sharpcorner.com/UploadFile/mgold/VisioInDotNet12032006222024PM/VisioInDotNet.aspx

    0 讨论(0)
提交回复
热议问题