C# 클래스 NAnt.DotNet.Tasks.LicenseTask

상속: NAnt.Core.Tasks.ExternalProgramBase
파일 보기 프로젝트 열기: skolima/NAnt 1 사용 예제들

Private Properties

프로퍼티 타입 설명
NeedsCompiling bool

보호된 메소드들

메소드 설명
ExecuteTask ( ) : void

Generates the license file.

Initialize ( ) : void

Initializes the LicenseTask class.

PrepareProcess ( Process process ) : void

Updates the ProcessStartInfo of the specified Process.

비공개 메소드들

메소드 설명
NeedsCompiling ( FileInfo licensesFile ) : bool

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

메소드 상세

ExecuteTask() 보호된 메소드

Generates the license file.
protected ExecuteTask ( ) : void
리턴 void

Initialize() 보호된 메소드

Initializes the LicenseTask class.
protected Initialize ( ) : void
리턴 void

PrepareProcess() 보호된 메소드

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