C# Class NAnt.DotNet.Tasks.CscTask

Inheritance: NAnt.DotNet.Tasks.CompilerBase
显示文件 Open project: skolima/NAnt Class Usage Examples

Private Properties

Property Type Description

Protected Methods

Method Description
NeedsCompiling ( ) : bool

Determines whether compilation is needed.

WriteOptions ( TextWriter writer ) : void

Writes the compiler options to the specified TextWriter.

Method Details

NeedsCompiling() protected method

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

WriteOptions() protected method

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.
return void