C# Class NAnt.Core.Tasks.SetEnvTask

Inheritance: Task
Afficher le fichier Open project: skolima/NAnt

Private Properties

Свойство Type Description
IsNullValue bool
NormalizeValue string
SetEnvironmentVariable bool
SetSingleEnvironmentVariable void
setenv int
unsetenv int

Méthodes protégées

Méthode Description
ExecuteTask ( ) : void

Set the environment variables

Initialize ( ) : void

Checks whether the task is initialized with valid attributes.

Private Methods

Méthode Description
IsNullValue ( string value ) : bool
NormalizeValue ( string value ) : string
SetEnvironmentVariable ( string lpName, string lpValue ) : bool
SetSingleEnvironmentVariable ( string name, string value ) : void

Do the actual work here.

setenv ( string name, string value, int overwrite ) : int
unsetenv ( string name ) : int

Method Details

ExecuteTask() protected méthode

Set the environment variables
protected ExecuteTask ( ) : void
Résultat void

Initialize() protected méthode

Checks whether the task is initialized with valid attributes.
protected Initialize ( ) : void
Résultat void