C# Class NAnt.VisualCpp.Tasks.LibTask

Inheritance: NAnt.Core.Tasks.ExternalProgramBase
ファイルを表示 Open project: skolima/NAnt Class Usage Examples

Private Properties

Property Type Description

Protected Methods

Method Description
ExecuteTask ( ) : void

Creates the library.

NeedsCompiling ( ) : bool

Determines if the sources need to be linked.

Method Details

ExecuteTask() protected method

Creates the library.
protected ExecuteTask ( ) : void
return void

NeedsCompiling() protected method

Determines if the sources need to be linked.
protected NeedsCompiling ( ) : bool
return bool