C# 类图查看器?包括。诸如 has-a 和 is-a 之类的关系

发布于 2024-10-29 00:31:46 字数 147 浏览 1 评论 0原文

我想要一个 GUI 工具,它可以显示 C# 项目的图表,其中包含使用 is-a 和 has-a 关系连接的类,以及 public 和 has-a 关系的列表。每个班级的私人成员。

VS“类图工具”非常缺乏。难以导航、不显示 has-a 关系、不按名称空间分组等。

I'd like a GUI tool that can display a diagram of a C# project, consisting of classes connected with is-a and has-a relationships, and lists of public & private members for each class.

The VS "class diagram tool" is pretty lacking. Hard to navigate, doesn't display has-a relationships, not grouped by namespaces, etc.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

断念 2024-11-05 00:31:46

Visual Studio 2010 Ultimate supports UML and if you don't have Ultimate there are plugins like SDE for Visual Studio.

Edit: SDE supports Instant Reverse engineering of an existing assembly into a UML diagram.

尬尬 2024-11-05 00:31:46

我找到了在VS中实现的方法。此答案中对此进行了描述:

Visual Studio 类图未显示关系< /a>

请参阅第二条评论,其中建议使用 PowerToys 进行 VS 类设计器。效果很好。

I found a way to do it in VS. It's described in this answer:

Visual Studio Class Diagram not showing relationships

See the second comment, which recommends using PowerToys for the VS class designer. Works great.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文