472,958 Members | 2,222 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,958 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 1348
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: lllomh | last post by:
Define the method first this.state = { buttonBackgroundColor: 'green', isBlinking: false, // A new status is added to identify whether the button is blinking or not } autoStart=()=>{
2
by: DJRhino | last post by:
Was curious if anyone else was having this same issue or not.... I was just Up/Down graded to windows 11 and now my access combo boxes are not acting right. With win 10 I could start typing...
2
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 4 Oct 2023 starting at 18:00 UK time (6PM UTC+1) and finishing at about 19:15 (7.15PM) The start time is equivalent to 19:00 (7PM) in Central...
0
by: Aliciasmith | last post by:
In an age dominated by smartphones, having a mobile app for your business is no longer an option; it's a necessity. Whether you're a startup or an established enterprise, finding the right mobile app...
2
by: giovanniandrean | last post by:
The energy model is structured as follows and uses excel sheets to give input data: 1-Utility.py contains all the functions needed to calculate the variables and other minor things (mentions...
4
NeoPa
by: NeoPa | last post by:
Hello everyone. I find myself stuck trying to find the VBA way to get Access to create a PDF of the currently-selected (and open) object (Form or Report). I know it can be done by selecting :...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 1 Nov 2023 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM) Please note that the UK and Europe revert to winter time on...
3
by: nia12 | last post by:
Hi there, I am very new to Access so apologies if any of this is obvious/not clear. I am creating a data collection tool for health care employees to complete. It consists of a number of...
0
isladogs
by: isladogs | last post by:
The next online meeting of the Access Europe User Group will be on Wednesday 6 Dec 2023 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, Mike...

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.