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

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

Private Properties

프로퍼티 타입 설명

보호된 메소드들

메소드 설명
ExecuteTask ( ) : void

Generates an assembly manifest.

NeedsCompiling ( ) : bool

Determines whether the assembly manifest needs compiling or is uptodate.

메소드 상세

ExecuteTask() 보호된 메소드

Generates an assembly manifest.
protected ExecuteTask ( ) : void
리턴 void

NeedsCompiling() 보호된 메소드

Determines whether the assembly manifest needs compiling or is uptodate.
protected NeedsCompiling ( ) : bool
리턴 bool