NAnt SDK Documentation - v0.92

IlasmTask.Clock Property

Specifies whether or not the compiler should measure and report the compilation times.

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

Property Value

true if the compilation times should be measured and reported; otherwise, false. The default is false.

Remarks

Corresponds to the /CLOCK flag.

See Also

IlasmTask Class | NAnt.DotNet.Tasks Namespace