NAnt SDK Documentation - v0.85-nightly-2005-11-09

IldasmTask.Header Property

[This is preliminary documentation and subject to change.]

Specifies whether or not the disassembler should include PE header information and runtime header information in the output. The default is false.

[Visual Basic]
<TaskAttribute(Required:=False, Name:="header", ExpandProperties:=True, ProcessXml:=True), _  BooleanValidator>
Public Property Header As Boolean
[C#]
[TaskAttribute(Required=False, Name="header", ExpandProperties=True, ProcessXml=True)]
[BooleanValidator]
public bool Header {get; set;}

Property Value

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

Remarks

Corresponds to the /HEADER flag.

See Also

IldasmTask Class | NAnt.MSNet.Tasks Namespace