used for compile c# code into dll or exe.
Binary file used by .NET to compile C#/intermediate (IL) code to .exe
ilasm.exe C:\public\test.txt /exe
Binary file used by .NET to compile C#/intermediate (IL) code to dll
ilasm.exe C:\public\test.txt /dll