Name

ilasm

Synopsis

Assembles .NET Intermediate Language files. Works only on Windows; csc.exe and ilasm.exe must be on the path.

Attributes

debug (1.3, 1.4, boolean, N)

If true, include debug information. Defaults to true.

defaultexcludes (1.3, 1.4, boolean, N)

Determines whether to use default excludes. Defaults to true.

excludes (1.3, 1.4, String, N)

A comma-separated list of file patterns to exclude.

excludesfile (1.3, 1.4, File, N)

The name of a file containing one exclude pattern per line.

extraoptions (1.3, 1.4, String, N)

Extra options passed directly to the csc.exe command.

failonerror (1.3, 1.4, boolean, N)

If true, fail the build when this task fails. Defaults to true.

includes (1.3, 1.4, String, N)

A comma-separated list of file patterns to include.

includesfile (1.3, 1.4, File, N)

The name of a file containing one include pattern per line.

keyfile (1.4, File, N)

The name of a file containing a private key.

listing (1.3, 1.4, boolean, N)

If true, produce a listing to the current output stream. Defaults to false.

outputfile (1.3, 1.4, File, N)

The target filename, such as mygui.exe.

owner (1.3, 1.4, String, N)

Specifies the /owner parameter to ilasm.exe.

resourcefile (1.3, 1.4, File, N)

The name of a resource file to include.

srcdir (1.3, 1.4, File, N)

The directory containing sources.

targettype (1.3, 1.4, String, N)

Specifies the type of target. Allowable values are exe and library (to create a DLL). Defaults to exe.

verbose (1.3, 1.4, boolean, N)

If true, operate in verbose mode. Defaults ...

Get Ant: The Definitive Guide 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.