C# 클래스 NAnt.Core.Tasks.SetEnvTask

상속: Task
파일 보기 프로젝트 열기: skolima/NAnt

Private Properties

프로퍼티 타입 설명
IsNullValue bool
NormalizeValue string
SetEnvironmentVariable bool
SetSingleEnvironmentVariable void
setenv int
unsetenv int

보호된 메소드들

메소드 설명
ExecuteTask ( ) : void

Set the environment variables

Initialize ( ) : void

Checks whether the task is initialized with valid attributes.

비공개 메소드들

메소드 설명
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

메소드 상세

ExecuteTask() 보호된 메소드

Set the environment variables
protected ExecuteTask ( ) : void
리턴 void

Initialize() 보호된 메소드

Checks whether the task is initialized with valid attributes.
protected Initialize ( ) : void
리턴 void