C# Class NAnt.Core.Tasks.ExecTask

Inheritance: ExternalProgramBase
Mostrar archivo Open project: skolima/NAnt Class Usage Examples

Private Properties

Property Type Description

Protected Methods

Method Description
ExecuteTask ( ) : void

Executes the external program.

Initialize ( ) : void

Performs additional checks after the task has been initialized.

PrepareProcess ( System process ) : void

Method Details

ExecuteTask() protected method

Executes the external program.
protected ExecuteTask ( ) : void
return void

Initialize() protected method

Performs additional checks after the task has been initialized.
does not hold a valid file name.
protected Initialize ( ) : void
return void

PrepareProcess() protected method

protected PrepareProcess ( System process ) : void
process System
return void