IldasmTask.

Tokens Property

Summary

Specifies whether or not the disassembler should generate metadata token values as comments. The default is false.
Assembly
NAnt.MSNet.dll
Namespace
NAnt.MSNet.Tasks
Containing Type
IldasmTask

Syntax

[TaskAttribute("tokens")]
[BooleanValidator()]
public bool Tokens { get; set; }

Remarks

Corresponds to the /TOKENS 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 metadata token values should be generated as comments; otherwise, false. The default is false.