Microsoft (R) .NET Framework IL Assembler. Version 1.0.3705.0 Copyright (C) Microsoft Corporation 1998-2001. All rights reserved. Usage: ilasm [Options] [Options] Options: /LISTING Type a formatted list file /NOLOGO Don't type the logo /QUIET Don't report assembly progress /DLL Compile to .dll /EXE Compile to .exe (default) /DEBUG Include debug information /CLOCK Measure and report compilation times /RESOURCE= Link the specified resource file (*.res) into resulting .exe or .dll /OUTPUT= Compile to file with specified name (user must provide extension, if any) /KEY= Compile with strong signature ( contains private key) /KEY=@ Compile with strong signature ( is the private key source name) /SUBSYSTEM= Set Subsystem value in the NT Optional header /FLAGS= Set CLR ImageFlags value in the CLR header /ALIGNMENT= Set FileAlignment value in the NT Optional header /BASE= Set ImageBase value in the NT Optional header Key may be '-' or '/' Options are recognized by first 3 characters Default source file extension is .IL