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" <NpOeStPeAdM@nnowslpianmk.comwrote in message
news:op.udxk6vg98jd0ej@petes-computer.local...
Quote:
On Mon, 07 Jul 2008 09:37:28 -0700, Tony Johansson
<johansson.andersson@telia.comwrote:
>
Quote:
>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