图形可视化现有的.NET代码 [英] Graph visualization of existing .NET code

查看:252
本文介绍了图形可视化现有的.NET代码的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我看过VS 2010 Ultimate可以从现有的代码生成模型图。但VS 2010 Ultimate版本的成本为11K美元,对我的预算来说太多了。有没有什么好的替代方法来实现.NET代码的图形可视化?

解决方案

NDepend附带一个免费试用版直接在您的代码上尝试NDepend。在本文中阅读更多有关此功能的信息,请在Visual Studio中探索现有代码体系结构。支持任何类型的图形,包括:




  • 依赖关系图

  • 调用图

  • 类继承图

  • 耦合图

  • 路径图

  • 所有路径图

  • 循环图

  • 使用依赖关系结构矩阵可视化的大图



以下是截图:








I've seen that VS 2010 Ultimate can generate model graph from existing code. But VS 2010 Ultimate version costs 11K US$, way too much for my budget. Is there any good alternative to do graph visualization of .NET code?

解决方案

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:

这篇关于图形可视化现有的.NET代码的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆