Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Visual Studio 的 ObjectBrowser 和 Monodevelop 的 Assembly 浏览器中的两个基本视图是基于 Namespaces 和 Assembly 的。如何获得基于类层次结构的框架视图?
您可以使用Reflector(免费或付费)。 展开任何类型下的派生类型节点以查看当前打开的程序集中的所有继承类型。