Inheritance map over all the classes in .NET

  • Thread starter Thread starter Tony Johansson
  • Start date Start date
T

Tony Johansson

Hello!

I would like to have a map over the inheritance hierarchy that exist in
..NET.

Can this be found somewhere on the NET.

//Tony
 
All? That is a very big list... personally I generally find "Object
Browser" or "Lutz Roeder's .NET Reflector" give me what I need - was
there something specific you were after?

Marc
 
Hello!

For example get a list to print out for the Form class up to the root object
which is object

//Tony
 
If you need the class hierarchy in a specific layout for viewing, just build
something yourself to do it using reflection, it wouldn't be that difficult.
I usually use a mix of MSDN documentation and Reflector if I need to know
something.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top