We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 9 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(3)
假设您已经拥有 Visual Studio。
Visual Studio 具有可用于此目的的内置工具。
只需按 Ctrl-Shift-A,从“添加新项”对话框中选择类图即可创建类图。
然后,打开类视图,打开“项目引用”,选择并展开相应的程序集,然后将其中包含的类拖到类图画布上。
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".
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.
.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
如果您谈论类图,您可以尝试 100% 反射类图创建工具
If you talking about class diagrams you can try 100% Reflective Class Diagram Creation Tool