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

ClTask.NeedsCompiling Method 

[This is preliminary documentation and subject to change.]

Determines if the sources need to be compiled.

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

Return Value

Missing <returns> documentation for M:NAnt.VisualCpp.Tasks.ClTask.NeedsCompiling

Remarks

Missing <remarks> documentation for M:NAnt.VisualCpp.Tasks.ClTask.NeedsCompiling

See Also

ClTask Class | NAnt.VisualCpp.Tasks Namespace