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

Project.Execute Method

[This is preliminary documentation and subject to change.]

Executes the default target.

Overload List

Executes the default target.

public virtual void Execute();

Executes a specific target, and its dependencies.

public void Execute(string);

Executes a specific target.

public void Execute(string,bool);

See Also

Project Class | NAnt.Core Namespace