NAnt SDK Documentation - v0.92 |
|
IldasmTask.RawExceptionHandling Property
Specifies whether or not the disassembler should generate structured exception handling clauses in canonical (label) form. The default is false.
[Visual Basic]
<BooleanValidator, _
TaskAttribute(Required:=False, Name:="rawexceptionhandling", ExpandProperties:=True, ProcessXml:=True)>
Public Property RawExceptionHandling As
Boolean
[C#]
[BooleanValidator]
[TaskAttribute(Required=False, Name="rawexceptionhandling", ExpandProperties=True, ProcessXml=True)]
public
bool RawExceptionHandling {get; set;}
Property Value
true if structured exception handling clauses should be generated in canonical form; otherwise, false. The default is false.
Remarks
Corresponds to the /RAWEH
flag.
See Also
IldasmTask Class | NAnt.MSNet.Tasks Namespace