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

AvailableTask.Evaluate Method 

[This is preliminary documentation and subject to change.]

Evaluates the availability of a resource.

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

Return Value

true if the resource is available; otherwise, false.

Remarks

Missing <remarks> documentation for M:NAnt.Core.Tasks.AvailableTask.Evaluate

Exceptions

Exception Type Condition
BuildException The availability of the resource could not be evaluated.

See Also

AvailableTask Class | NAnt.Core.Tasks Namespace