CHAPTER 18 UNDERSTANDING CIL AND THE ROLE OF DYNAMIC ASSEMBLIES
// Our assembly.
.assembly CILTypes
{
.ver 1:0:0:0
}
Given that the CILTypes assembly is a single-file assembly, you will finish up the assembly definition
using the following single .module directive, which marks the official name of your .NET binary,
CILTypes.dll:
.assembly CILTypes
{
.ver