473,322 Members | 1,614 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,322 software developers and data experts.

Inheritance map over all the classes in .NET

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
Jul 7 '08 #1
4 1352
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
Jul 7 '08 #2
Hello!

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

//Tony

"Marc Gravell" <ma**********@gmail.comskrev i meddelandet
news:uk**************@TK2MSFTNGP05.phx.gbl...
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

Jul 7 '08 #3
On Mon, 07 Jul 2008 09:37:28 -0700, Tony Johansson
<jo*****************@telia.comwrote:
For example get a list to print out for the Form class up to the root
object
which is object
The main class page on MSDN for each class provides exactly that
information. For example:
http://msdn.microsoft.com/en-us/libr...orms.form.aspx

At the bottom of that page, is a complete inheritance list for Form and
its base classes, and its immediate descendants.

Every .NET class has a similar list on its main documentation page.

Pete
Jul 7 '08 #4
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.

"Peter Duniho" <Np*********@nnowslpianmk.comwrote in message
news:op***************@petes-computer.local...
On Mon, 07 Jul 2008 09:37:28 -0700, Tony Johansson
<jo*****************@telia.comwrote:
>For example get a list to print out for the Form class up to the root
object
which is object

The main class page on MSDN for each class provides exactly that
information. For example:
http://msdn.microsoft.com/en-us/libr...orms.form.aspx

At the bottom of that page, is a complete inheritance list for Form and
its base classes, and its immediate descendants.

Every .NET class has a similar list on its main documentation page.

Pete
Jul 7 '08 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Graham Banks | last post by:
Does using multiple inheritance introduce any more performance overhead than single inheritance?
14
by: Steve Jorgensen | last post by:
Recently, I tried and did a poor job explaining an idea I've had for handling a particular case of implementation inheritance that would be easy and obvious in a fully OOP language, but is not at...
14
by: Steve Jorgensen | last post by:
Recently, I tried and did a poor job explaining an idea I've had for handling a particular case of implementation inheritance that would be easy and obvious in a fully OOP language, but is not at...
12
by: Steve Jorgensen | last post by:
The classing Visual Basic and VBA support for polymorphism, let's face it, is a bit on the weak side, and built-in support for inheritance is non-existent. This little essay is about some patterns...
22
by: Matthew Louden | last post by:
I want to know why C# doesnt support multiple inheritance? But why we can inherit multiple interfaces instead? I know this is the rule, but I dont understand why. Can anyone give me some concrete...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.