CHAPTER 2 BUILDING C# APPLICATIONS
Figure 2-12. The Class View utility
When you double-click on a type or type member using the Class View tool, Visual Studio will
automatically open the correct C# code file, and place your mouse cursor at the correct location.
Another nice feature of the Visual Studio Class View tool is that you are able to open up any referenced
assembly and drill into the contained namespaces, types, and members.
The Object Browser Utility
Visual Studio also provides a second utility to investigate the set of referenced assemblies within your
current project. Activate the Object Browser using the View menu, and then select the assembly you
wish to investigate (see Figure 2-13).
58