UML class diagram

  • Thread starter Thread starter bhavin
  • Start date Start date
B

bhavin

where can i find a UML class diagram for the .NET framework, especially
windows.forms namespace?
 
thanks for the reply, but i am looking for a hierarchy chart of the classes in the windows forms framework. the posters on the site just hase the namespace hierarchy. Any pointers to a class hierarchy

thanks in advance
bhavi

----- Herfried K. Wagner [MVP] wrote: ----

* "bhavin said:
where can i find a UML class diagram for the .NET framework, especiall
windows.forms namespace

You will find some posters here

<http://msdn.microsoft.com/vstudio/productinfo/posters/download.aspx
 
* =?Utf-8?B?Ymhhdmlu?= said:
thanks for the reply, but i am looking for a hierarchy chart of the
classes in the windows forms framework. the posters on the site just
hase the namespace hierarchy. Any pointers to a class hierarchy?

Sorry, I don't know if such a diagram exists somewhere.
 
Grab yourself a UML tool and reverse engineer the assembliues using
reflection... could be a little difficult but there are some utils that have
already done this.
 
i tried to do it.. but could not get the class inheritance out the
assemblies. dont remember which (open source) tool i tried. will tell u
tomorow when i get back to my office.
do u have any such tool in mind?
frankly i am quite surprised that no such chart exists. Not to mean i cant
live without one, or mind creating one using the right tools, but just thot
that someone out there must have done that exercise already.
will probably spend some more time tomorow. Will let u guys know if i make
any progress.
 
Back
Top