3 ilasm, ilasm2 \- Mono IL assembler
6 [option] [source-files]
9 [option] [source-files]
11 ilasm is the Mono ILAsm assembler. You can pass one or more options to
12 drive the compiler, and a set of source files.
14 Use \fIilasm\fR to generate 1.0 assemblies and use \fIilasm2\fR to
15 assemble programs that use the 2.0 features (generics).
17 The Mono ILAsm assembler accepts options starting with / or - for mosted
20 The Mono ILAsm assembler generates images (.exe and .dll files) that contain
21 CIL byte code that can be executed by any system that implemented a Common
22 Language Infrastructure virtual machine.
25 .B \//output:<file_name>
26 Specify the output file name.
35 Just scan the IL code and display tokens.
38 Show tokens as they are parsed.
41 Display method information when a method is defined.
44 Display method information when a method is referenced
47 Strongname (sign) the output assembly using the key pair present in
48 the specified strong name key file (snk). A full key pair is required
49 (i.e. delay signing is done using a .publickey directive in the sources).
52 Strongname (sign) the output assembly using the key pair present in
53 the specified container.
56 Display information about ilasm
63 Copyright (C) 2004, 2007 Novell, Inc (http://www.novell.com)
65 Visit http://lists.ximian.com/mailman/listinfo/mono-devel-list for details.
67 Visit: http://www.mono-project.com for details