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

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

Private Properties

프로퍼티 타입 설명

보호된 메소드들

메소드 설명
GetResourceLinkage ( string dependentFile, CultureInfo resourceCulture ) : ResourceLinkage

Finds the correct namespace/classname for a resource file from the given dependent source file, and ensure the RootNamespace is prefixed.

NeedsCompiling ( ) : bool

Determines whether compilation is needed.

WriteConditionalCompilationConstants ( TextWriter writer ) : void

Writes conditional compilation constants to the specified TextWriter.

WriteOptions ( TextWriter writer ) : void

Writes the compiler options to the specified TextWriter.

메소드 상세

GetResourceLinkage() 보호된 메소드

Finds the correct namespace/classname for a resource file from the given dependent source file, and ensure the RootNamespace is prefixed.
protected GetResourceLinkage ( string dependentFile, CultureInfo resourceCulture ) : ResourceLinkage
dependentFile string The file from which the resource linkage of the resource file should be determined.
resourceCulture System.Globalization.CultureInfo The culture of the resource file for which the resource linkage should be determined.
리턴 ResourceLinkage

NeedsCompiling() 보호된 메소드

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

WriteConditionalCompilationConstants() 보호된 메소드

Writes conditional compilation constants to the specified TextWriter.
protected WriteConditionalCompilationConstants ( TextWriter writer ) : void
writer System.IO.TextWriter The to which the conditional compilation constants should be written.
리턴 void

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