Information present in the namespace
Figure showing list of information present in the namespace
The above figure shows the list of information present within the namespace. In general
the namespace contains the list of classes, structures, delegates, enums etc., In this case it
shows the HelloWorld class which in turn contains the methods present in the class. It
also shows the following information.
.class public auto ansi
The above figure shows that HelloWorld is derived from System.Object, System.Object
is the base class in the .NET framework
.ctor : void()