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}}
External links
{{Wikibooks|.NET Development Foundation}}
- [http://msdn.microsoft.com/en-us/library/496e4ekx%28v=VS.100%29.aspx Ilasm.exe (MSIL Assembler) on MSDN]
- [http://msdn.microsoft.com/en-us/library/6t9t5wcf%28v=VS.100%29.aspx Ngen.exe (Native Image Generator) on MSDN]
{{.NET Framework}}
{{Microsoft development tools}}
{{DEFAULTSORT:Ilasm}}
Category:.NET programming tools
{{Microsoft-software-stub}}