ILAsm
From Wikipedia, the free encyclopedia
ILAsm (ilasm.exe
) is the .NET Framework assembler that assembles programs in CIL to its platform-independent binary representation. This is just-in-time compiled at the time of execution to machine code for execution.
|