Class Diagram

  • Thread starter Thread starter Boas Enkler
  • Start date Start date
B

Boas Enkler

Hi

When I open the object browser and choose my projekt, I get an real nice
view of my clases, and when I select them i got all methods with parameters
shown.
This looks very like the Classmodels, which I can see on Microsoft
pages(with these purple icons for methods etc..).

Is there any possibility to get such a diagram of my Project?

Are there any (free) tools ?

Thanks in Advance!
Boas
 
Sorry, but personally, I have no idea what you are after (your terminology
is inaccurate).

If you are asking about Class Designer, you can view your code with it.
Simply add a Class Diagram and drag your classes on it.

What do you mean by:
Is there any possibility to get such a diagram of my Project?
The Object Browser is not a diagram but you can build something like the
object browser with a treeview and a listview. Of course, VS doesn't run on
a WindowsCE device so you must mean an app for the desktop.

Cheers
Daniel
 
Hi

sorry i didn't descibed it very well.
What I mean is the following:

I want to get an overview of my classes with methods (including parameters)
and propertys.

And it would be really nice if this diagram looks like the object browser
shows the methods etc...

How can I add a Diagram ? I can't find informations about this.

Thanks in advance!
 
No I am still not with you.
Can we establish some terminology:
There is an Object Browser and a Class Designer. Furthermore, the Class
Designer works with Class Diagrams.

Which one of the above are you talking about?

From the project menu you can add new item and then choose class diagram and
then you can drag and drop your classes (e.g. from solution explorer) on
there. Is that what you are looking for?

Also in Object Browser you can choose on the right your project node and
expand it to reveal your classes/methods etc.

Cheers
Daniel
 
Back
Top