ILAsm

{{short description|Microsoft Assembler for textual representation of Common Intermediate Language}}

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.{{Cite web| url=http://msdn.microsoft.com/en-us/library/496e4ekx%28v=VS.100%29.aspx |title=Ilasm.exe (MSIL Assembler)|publisher = Microsoft | access-date=2017-07-03}}

See also

References

{{Reflist}}