ILAsm

Summary

ILAsm (IL Assembler) generates a portable executable (PE) file from a text representation of Common Intermediate Language (CIL) code. It is not to be confused with NGEN (Native Image Generator), which compiles Common Intermediate Language code into native code as a .NET assembly is deployed.[1]

See also edit

References edit

  1. ^ "Ilasm.exe (MSIL Assembler)". Microsoft. Retrieved 2017-07-03.

External links edit

  • Ilasm.exe (MSIL Assembler) on MSDN
  • Ngen.exe (Native Image Generator) on MSDN