现有 .NET 代码的图形可视化

发布于 2024-09-16 07:06:16 字数 1539 浏览 11 评论 0原文

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

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

发布评论

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

评论(3

无需解释 2024-09-23 07:06:16

NDepend 附带了一个依赖图以及一个依赖矩阵。借助免费试用版,您可以直接在代码上尝试 NDepend。请阅读这篇文章探索 Visual Studio 中的现有代码架构,了解有关此功能的更多信息。支持任何类型的图,包括:

  • 依赖图
  • 调用
  • 图类继承图
  • 耦合图
  • 路径图
  • 所有路径图
  • 循环图
  • 用依赖结构矩阵可视化的大图

以下是说明的屏幕截图:

在此处输入图像描述

在此处输入图像描述

在此处输入图像描述

NDepend comes with a dependency graph coupled with a dependency matrix. You can try NDepend straight on your code thanks to a Free Trial Edition. Read more about this feature in this article Exploring Existing Code Architecture in Visual Studio. Any kind of graph is supported including:

  • Dependency Graph
  • Call Graph
  • Class Inheritance Graph
  • Coupling Graph
  • Path Graph
  • All Paths Graph
  • Cycle Graph
  • Large Graph visualized with Dependency Structure Matrix

Here are screenshots for illustration:

enter image description here

enter image description here

enter image description here

夜空下最亮的亮点 2024-09-23 07:06:16

.Net Reflector 的图形插件怎么样?

How about the graph add-in for .Net Reflector?

只怪假的太真实 2024-09-23 07:06:16

Reflector 的插件已经可以显示如下内容:http://reflectoraddins.codeplex.com /

我相信 NDepend 也有一个依赖关系图: http://www.ndepend .com/Screenshots.aspx

Reflector has addins which can already show something like this: http://reflectoraddins.codeplex.com/.

And I believe NDepend also has a dependency graph: http://www.ndepend.com/Screenshots.aspx.

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