Class view/object browser for children of a class?

N

News

Is there a way in either class view or object browser to display the
children of a given class? Seems like it's easy to go up the inheritance
tree but it's not obvious how one navigates down.

- James Moore
(e-mail address removed)
 
N

Nicholas Paldino [.NET/C# MVP]

James,

Lutz Roeder's Reflector will give you this information. Of course, it
is a little intensive on the processing to do this, given that it has to
search all of the types to see if the type you are looking at is a base
type. I believe that reflector will do it only for assemblies that are
loaded. It (obviously) can't tell you ALL of the types in existence that
derive from the current type you are looking at.

Hope this helps.
 

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

Top