发布于 2024-12-11 11:48:03 字数 1539 浏览 0 评论 0原文

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

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

发布评论

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

评论(3

依 靠 2024-12-18 11:48:03

假设您已经拥有 Visual Studio。

Visual Studio 具有可用于此目的的内置工具。

只需按 Ctrl-Shift-A,从“添加新项”对话框中选择类图即可创建类图。

添加新项item - 类图

然后,打开类视图,打开“项目引用”,选择并展开相应的程序集,然后将其中包含的类拖到类图画布上。

在此处输入图像描述

ASSUMING you already have Visual Studio.

Visual Studio has built-in tools that you can use for this purpose.

Simply create a class diagram by pressing Ctrl-Shift-A, selecting class diagram from the "Add New Item" dialogue".

Add new item - Class diagram

Then, open your Class View, open "Project References", select and expand the appropriate assembly and drag the classes contained therein onto your class diagram canvas.

enter image description here

花开柳相依 2024-12-18 11:48:03

.NET Reflector 有一个可视化插件,但我从未使用过它,而且我不确定 .NET Reflector 是否还免费。

不过它可以从 CodePlex 下载: http://reflectoraddins.codeplex.com/

编辑: 更好的链接

.NET Reflector has a visualization plugin, but I've never used it and I'm not sure if .NET Reflector is even free any more.

It's downloadable from CodePlex though: http://reflectoraddins.codeplex.com/

Edit: A better link

梦里°也失望 2024-12-18 11:48:03

如果您谈论类图,您可以尝试 100% 反射类图创建工具

If you talking about class diagrams you can try 100% Reflective Class Diagram Creation Tool

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