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

IlasmTask.Clock Property

[This is preliminary documentation and subject to change.]

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

[Visual Basic]
<BooleanValidator, _  TaskAttribute(Required:=False, Name:="clock", ExpandProperties:=True, ProcessXml:=True)>
Public Property Clock As Boolean
[C#]
[BooleanValidator]
[TaskAttribute(Required=False, Name="clock", ExpandProperties=True, ProcessXml=True)]
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