Appendix D

image

IL Assembler and Disassembler Command-Line Options

This appendix describes the command-line options of the IL assembler (ilasm.exe) and the IL disassembler (ildasm.exe).

IL Assembler

The command-line structure of the IL assembler is as follows:

ilasm[<options>] <sourcefile> [<options>][<sourcefile>*]

The default source file extension is .il. Multiple source files are parsed in the order of their appearance on the command line. Options do not need to appear in a prescribed order, so options and names of source files can be intermixed. All options specified on the command line are pertinent to the entire set of source files.

All options ...

Get .NET IL Assembler now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.