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

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

Private Properties

프로퍼티 타입 설명

보호된 메소드들

메소드 설명
NeedsCompiling ( ) : bool

Determines whether compilation is needed.

WriteOptions ( TextWriter writer ) : void

Writes the compiler options to the specified TextWriter.

메소드 상세

NeedsCompiling() 보호된 메소드

Determines whether compilation is needed.
protected NeedsCompiling ( ) : bool
리턴 bool

WriteOptions() 보호된 메소드

Writes the compiler options to the specified TextWriter.
protected WriteOptions ( TextWriter writer ) : void
writer System.IO.TextWriter to which the compiler options should be written.
리턴 void