logo search
CSharp_Prog_Guide

Конструктор классов

Конструктор классов представляет собой графическое средство для визуального моделирования связей между типами в приложении или компоненте; конструктор классов можно использовать для создания новых типов и оптимизации или удаления существующих. На следующем рисунке показан простой класс.

To add a class diagram to a project, click Add New Item on the Project menu, and then click Add Class Diagram.

--------

Чтобы добавить схему классов в проект, в меню Проект щелкните Добавить новый элемент, а затем щелкните Добавить схему классов.

Object Browser

The Object Browser enables you to view type information in both native and managed DLLs, including COM objects. Although the information you see in the Object Browser is similar to what you see in Class View, you can use Object Browser to examine any DLL on your system, not only the ones referenced in your own project. In addition, Object Browser also displays XML documentation comments for the selected type. The following illustration shows how Object Browser displays type information in binary files.