NAnt SDK Documentation - v0.92

AxImpTask.NeedsCompiling Method 

Determines whether the assembly needs to be created again.

[Visual Basic]
Overridable Protected Function NeedsCompiling() As Boolean
[C#]
protected virtual bool NeedsCompiling();

Return Value

true if the assembly needs to be created again; otherwise, false.

See Also

AxImpTask Class | NAnt.Win32.Tasks Namespace