0

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 ?

MPelletier
  • 16,256
  • 15
  • 86
  • 137
explorer
  • 11,710
  • 5
  • 32
  • 39

1 Answers1

1

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.

SLaks
  • 868,454
  • 176
  • 1,908
  • 1,964