class tree

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

hi david,

Do you have visual studio installed in your computer. If so, then click on
View menu and then click on Object browser. Or simplye press Ctrl+Alt+J

If you want learn programmign in .Net and test its real muscle, then read
about reflections and try to create your own application to get a hierarchy.

happy programming :)

pradeep TP
 
I've seen these before actually. It would be nice to be able to buy the
posters printed, I sure someone does them.
 
Talking about Reflection, Lutz Roeder's .NET Reflector is probably the best
tool out there that makes use this technology to "reflect" upon assemblies.
It has a built-in disassembler which allows you to open any assembly (even a
Microsoft one) and watch the actual code written in it. Really nice! Must
have....

http://www.aisto.com/roeder/dotnet/Download.aspx?File=Reflector

HTH, Metallikanz!
 
does anyone know where i could find on the net a diagram or set of diagrams
illustrating the class heirarchy tree of c#/.NET. It'd be interesting too
peruse i think.

Cheers
dave
 

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