visio class diagram from dll..

  • Thread starter Thread starter MeDhanush
  • Start date Start date
M

MeDhanush

hi,

1.can i generate class diagrams using visio for a given .net dll/exe ,
i mean with out using source code ?
and
2. when generating class diagram from source code.., visio just
considers the current project, it is not considering the classes that
are in other project in the same solution, is there a way to get
around this ?

thxs
MeDhanush
 
1. No, unfortunately.
2. Reverse engineer each and combine into one (if you do this, however, you
cannot forward engineer -- NOTE: Only EA version can forward engineer, to my
knowledge)

There are other UML tools out there for those needing a more complete model
in a single diagram.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

*************************************************
Think outside the box!
*************************************************
 
thxs

Cowboy \(Gregory A. Beamer\) said:
1. No, unfortunately.
2. Reverse engineer each and combine into one (if you do this, however, you
cannot forward engineer -- NOTE: Only EA version can forward engineer, to my
knowledge)

There are other UML tools out there for those needing a more complete model
in a single diagram.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

*************************************************
Think outside the box!
*************************************************
 
Back
Top