C# Class NAnt.Core.Tasks.ExecTask

Inheritance: ExternalProgramBase
Afficher le fichier Open project: skolima/NAnt Class Usage Examples

Private Properties

Свойство Type Description

Méthodes protégées

Méthode 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 méthode

Executes the external program.
protected ExecuteTask ( ) : void
Résultat void

Initialize() protected méthode

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

PrepareProcess() protected méthode

protected PrepareProcess ( System process ) : void
process System
Résultat void