Method | Description | |
---|---|---|
BuildEventArgs ( ) : System |
Initializes a new instance of the BuildEventArgs class.
|
|
BuildEventArgs ( |
Initializes a new instance of the BuildEventArgs class for a Project level event.
|
|
BuildEventArgs ( |
Initializes a new instance of the BuildEventArgs class for a Target level event.
|
|
BuildEventArgs ( NAnt.Core.Task task ) : System |
Initializes a new instance of the BuildEventArgs class for a Task level event.
|
public BuildEventArgs ( |
||
project | The |
|
return | System |
public BuildEventArgs ( |
||
target | The |
|
return | System |
public BuildEventArgs ( NAnt.Core.Task task ) : System | ||
task | NAnt.Core.Task | The |
return | System |