Intermediate Language Disassembler (ILDASM) is a utility
which loads the assembly and shows the contents of the Assembly. Let us create
an assembly and view the contents through ILDASM. This will help us to
understand how ILDASM displays the contents of the assembly.
We have created a namespace with the name Namespace1 and a
class with class1. The class has a single method, Method1, which is a void
method. We can view the created assembly using this tool.
Figure 1