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

IldasmTask.Tokens Property

[This is preliminary documentation and subject to change.]

Specifies whether or not the disassembler should generate metadata token values as comments. The default is false.

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

Property Value

true if metadata token values should be generated as comments; otherwise, false. The default is false.

Remarks

Corresponds to the /TOKENS flag.

See Also

IldasmTask Class | NAnt.MSNet.Tasks Namespace