visual-studiomonodevelopclass-hierarchyobjectbrowser

How to view .net/mono framework class hierarchy?


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 ?


Solution

  • 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.