Print the ClassView of VS.NET

  • Thread starter Thread starter Franz
  • Start date Start date
F

Franz

I don't want to generate Visio UML class diagram. Is it possible to print
the class view out? Or is it possible to generate a UML class diagram into
Jpeg or other Bitmap formats (I can afford a class diagram without any
association)
 
The simplest solution would probably be to make a screenshot of the window.
There are several good shareware tools for that purpose that you might want
to try.

If you are looking for a programmatic version, I think it would be easier to
create a list of classes and their members in an assembley through
reflection.

Maybe NDoc could be worth a look for you, too.

Niki
 
Back
Top