NAnt SDK Documentation - v0.92 |
|
IldasmTask.Header Property
Specifies whether or not the disassembler should include PE header information and runtime header information in the output. The default is false.
[Visual Basic]
<BooleanValidator, _
TaskAttribute(Required:=False, Name:="header", ExpandProperties:=True, ProcessXml:=True)>
Public Property Header As
Boolean
[C#]
[BooleanValidator]
[TaskAttribute(Required=False, Name="header", ExpandProperties=True, ProcessXml=True)]
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