IldasmTask.

Header Property

Summary

Specifies whether or not the disassembler should include PE header information and runtime header information in the output. The default is false.
Assembly
NAnt.MSNet.dll
Namespace
NAnt.MSNet.Tasks
Containing Type
IldasmTask

Syntax

[TaskAttribute("header")]
[BooleanValidator()]
public bool Header { get; set; }

Remarks

Corresponds to the /HEADER flag.

Attributes

Type Description
TaskAttributeAttribute Indicates that property should be treated as a XML attribute for the task.
BooleanValidatorAttribute Used to indicate that a property should be able to be converted into a bool.

Value

Type Description
bool true if PE header information and runtime header information should be included in the output; otherwise, false. The default is false.