ILAsm
From Wikipedia the free encyclopedia
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]- ^ "Ilasm.exe (MSIL Assembler)". Microsoft. Retrieved 2017-07-03.
External links
[edit]