July 2015
Intermediate to advanced
1300 pages
87h 27m
English
At this point, it is necessary to provide an overview of both System.Object and System.ValueType. Instead of showing a diagram of inheritance, it is a good idea to offer a Visual Studio–oriented view so you can better understand what happens in the development environment. This can be accomplished via the Object Browser tool window introduced in Chapter 2, “The Visual Studio 2015 IDE for Visual Basic.” You can browse for both classes by just typing their names in the search box. Figure 4.1 shows how System.Object is defined, which members it exposes, and a full description.
FIGURE 4.1 System.Object shown in ...