C# Class NAnt.DotNet.Tasks.VbcTask

Inheritance: NAnt.DotNet.Tasks.CompilerBase
Afficher le fichier Open project: skolima/NAnt Class Usage Examples

Private Properties

Свойство Type Description

Méthodes protégées

Méthode Description
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.

Method Details

GetResourceLinkage() protected méthode

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.
Résultat ResourceLinkage

NeedsCompiling() protected méthode

Determines whether compilation is needed.
protected NeedsCompiling ( ) : bool
Résultat bool

WriteConditionalCompilationConstants() protected méthode

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.
Résultat void

WriteOptions() protected méthode

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.
Résultat void