C# Class NAnt.DotNet.Tasks.CscTask

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
NeedsCompiling ( ) : bool

Determines whether compilation is needed.

WriteOptions ( TextWriter writer ) : void

Writes the compiler options to the specified TextWriter.

Method Details

NeedsCompiling() protected méthode

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

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