如何查看.net/mono框架类层次结构?
Visual Studio 的ObjectBrowser 和Monodevelop 的Assembly 浏览器中的两个基本视图是基于命名空间和Assembly 的。如何获得基于类层次结构的框架视图?
The two basic views in Visual Studio's ObjectBrowser and Monodevelop's Assembly browsers are Namespaces and Assembly based. How to get to a class hierarchy based view of the frameworks ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用Reflector(免费或付费)。
展开任何类型下的派生类型节点,以查看当前打开的程序集中的所有继承类型。
You can use Reflector (free or paid).
Expand the Derived Types node under any type to see all inherited types in the currently open assemblies.