C# Class NAnt.Core.Tasks.NAntTask

Inheritance: Task
ファイルを表示 Open project: skolima/NAnt Class Usage Examples

Private Properties

Property Type Description
RunBuild void

Protected Methods

Method Description
ExecuteTask ( ) : void
Initialize ( ) : void

Validates the NAntTask element.

Private Methods

Method Description
RunBuild ( FileInfo buildFile ) : void

Method Details

ExecuteTask() protected method

protected ExecuteTask ( ) : void
return void

Initialize() protected method

Validates the NAntTask element.
protected Initialize ( ) : void
return void