How to view .net/mono framework class hierarchy?
The two bas开发者_开发百科ic 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 ?
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.
精彩评论