background image

Disassembled HelloWorld program

<< JIT and Debugging | Information present in the namespace >>
<< JIT and Debugging | Information present in the namespace >>
Figure showing disassembled HelloWorld program

The above window showing a tree displays the path of the assembly as the root node,
manifest information and namespace information as the child node (if you do not specify
the namespace for the class then class name will be shown instead of namespace).


Figure showing manifest information of helloworld program
The manifest information shows the dependent assemblies like mscorlib,
Microsoft.VisualBasic and their versions and it self describes the HelloWorld assembly.
Since we have a simple program, which does not contain any embedded resource, the
manifest does not include any information on those.