工具显示类层次结构在.NET层次、结构、工具、NET

由网友(囚爱)分享简介:有没有一种方法/工具,可以告诉我所有实现某个接口在我的项目中的类/接口?在Eclipse(JAVA)我会使用上下文菜单中的打开类型层次结构选项,它会告诉我的类型,扩展了选择的类型(pretty的)树。有没有一种工具,在.NET做?Is there a way/tool that could show me all t...

有没有一种方法/工具,可以告诉我所有实现某个接口在我的项目中的类/接口?在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模型对象。
阅读全文

相关推荐

最新文章