NAnt SDK Documentation - v0.92

BuildEventArgs Constructor

Initializes a new instance of the BuildEventArgs class.

Overload List

Initializes a new instance of the BuildEventArgs class.

public BuildEventArgs();

Initializes a new instance of the BuildEventArgs class for a Project level event.

public BuildEventArgs(Project);

Initializes a new instance of the BuildEventArgs class for a Target level event.

public BuildEventArgs(Target);

Initializes a new instance of the BuildEventArgs class for a Task level event.

public BuildEventArgs(Task);

See Also

BuildEventArgs Class | NAnt.Core Namespace