工具显示类层次结构在.NET [英] Tool to Show Class Hierarchies in .NET

查看:129
本文介绍了工具显示类层次结构在.NET的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

有没有一种方法/工具,可以告诉我所有实现某个接口在我的项目中的类/接口?在Eclipse(JAVA)我会使用上下文菜单中的打开类型层次结构选项,它会告诉我的类型,扩展了选择的类型(pretty的)树。有没有一种工具,在.NET做?

Is there a way/tool that could show me all the classes/interfaces that implement a certain interface in my project? In Eclipse (Java) I would use the context menu "Open Type Hierarchy" option, which would show me a (pretty) tree of types that extend the selected type. Is there a tool to do the same in .NET?

推荐答案

我第二个马克的建议 .net反射 - 并想补充一点,有一个IM pressive一系列附加提供 codePLEX

I second Marc's recommendation of .NET Reflector - and would like to add that there is an impressive series of add-in available at CodePlex.

短短几年的加载项我有规律的使用:

Just a few of the add-ins I use with regularity:

  • Deblector - 这个插件允许调试过程从内部反射。
  • 走势图 - 此加载绘制装配依赖关系图和IL图
  • DependencyStructureMatrix - 允许您创建和浏览依赖结构矩阵。
  • AutoDiagrammer - 这个附加的绘制类图
  • codeModelViewer - 这个插件显示所选项目的底层code模型对象

这篇关于工具显示类层次结构在.NET的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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