C# Class NAnt.DotNet.Tasks.LicenseTask

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

Private Properties

Свойство Type Description
NeedsCompiling bool

Méthodes protégées

Méthode Description
ExecuteTask ( ) : void

Generates the license file.

Initialize ( ) : void

Initializes the LicenseTask class.

PrepareProcess ( Process process ) : void

Updates the ProcessStartInfo of the specified Process.

Private Methods

Méthode Description
NeedsCompiling ( FileInfo licensesFile ) : bool

Determines whether the .licenses file needs to be recompiled or is uptodate.

Method Details

ExecuteTask() protected méthode

Generates the license file.
protected ExecuteTask ( ) : void
Résultat void

Initialize() protected méthode

Initializes the LicenseTask class.
protected Initialize ( ) : void
Résultat void

PrepareProcess() protected méthode

Updates the ProcessStartInfo of the specified Process.
protected PrepareProcess ( Process process ) : void
process System.Diagnostics.Process The of which the should be updated.
Résultat void