3 ilasm \- Mono IL assembler
6 [option] [source-files]
8 ilasm is the Mono ILAsm assembler. You can pass one or more options to
9 drive the compiler, and a set of source files.
11 The Mono ILAsm assembler accepts options starting with / or - for mosted
14 The Mono ILAsm assembler generates images (.exe and .dll files) that contain
15 CIL byte code that can be executed by any system that implemented a Common
16 Language Infrastructure virtual machine.
19 .B \//output:<file_name>
20 Specify the output file name.
29 Just scan the IL code and display tokens.
32 Show tokens as they are parsed.
35 Display method information when a method is defined.
38 Display method information when a method is referenced
41 Display information about ilasm