CSharp namespace chart

L

larry

Hi,

how can I find the CSharp namespace chart on MSDN?

I am a VC programmer. VC++ has MFC chart, like the top one is CObject,
then....

CSharp got something like that?
 
L

Light

I know you are looking for a graphical one but this is all I could
find:

http://msdn.microsoft.com/library/d.../en-us/cpref/html/frlrfsystemnethierarchy.asp

Please note that my program (see my sig) is designed to display
diagrams such as you want. I plan to make some cheat sheets like the
MFC diagram soon for it. If you want send me an email and I'll update
you when I finish them. Also if anyone reads this and wants to make
some then I could add them to my program for next update.

This has some cool reference sheets but I didn't one for namespace like
you want: http://www.ilovejackdaniels.com/cheat-sheets/
Curtis
http://www.ghostclip.com
The Premier Help System For Developers
 
L

larry

Nice work, thanks a lot,

but "System.Object" is Framework Hierarchy.
I wonder if MSDN provide something for CSharp/CSharp.XML stuff.
 
P

Peter Rilling

There is no such thing as "csharp" hierarchy. C# has no commands, only
syntax. All the commands that C# uses is available for all other languages
that use .NET.
 

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