C# Class/Object visualisation software

2019-03-11 06:21发布

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 as it allowed you to tweak the appearance to improve the look.

In VS 2008 that option is gone, replaced (supposedly) with the class diagram system. It is functional but not pretty.

What I am looking for is some software that allows me to visualise in a prettier way or at least provide me with enough options to filter, arrange and so on so that I could touch it up in something else.

10条回答
我想做一个坏孩纸
2楼-- · 2019-03-11 06:32

You may have tried PowerDesigner, it runs under Eclipse through a plugin and it also supports Visual Studio. The only downside is that it only works on Windows.

Another application for modeling is System Architect from IBM (Popkin). It has been used by some major corporations and is still maintained.

查看更多
做自己的国王
3楼-- · 2019-03-11 06:35

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

查看更多
放我归山
4楼-- · 2019-03-11 06:35

When i search for code in codeplex i found this http://vsdm.codeplex.com/ maybe help you.

查看更多
Emotional °昔
5楼-- · 2019-03-11 06:40

NDepend is certainly the .NET tool you are looking for. It comes with a dependency graph coupled with a dependency matrix. You can try NDepend straight on your code by downloading the free Trial Edition.

More on NDepend Dependency Graph enter image description here

More on NDepend Dependency Matrix: enter image description here

Disclaimer: I am part of the tool team

查看更多
兄弟一词,经得起流年.
6楼-- · 2019-03-11 06:41

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.

查看更多
神经病院院长
7楼-- · 2019-03-11 06:43

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.

查看更多
登录 后发表回答