C# Class NAnt.DotNet.Tasks.AssemblyLinkerTask

Inheritance: NAnt.Core.Tasks.ExternalProgramBase
Exibir arquivo Open project: skolima/NAnt Class Usage Examples

Private Properties

Property Type Description

Protected Methods

Method Description
ExecuteTask ( ) : void

Generates an assembly manifest.

NeedsCompiling ( ) : bool

Determines whether the assembly manifest needs compiling or is uptodate.

Method Details

ExecuteTask() protected method

Generates an assembly manifest.
protected ExecuteTask ( ) : void
return void

NeedsCompiling() protected method

Determines whether the assembly manifest needs compiling or is uptodate.
protected NeedsCompiling ( ) : bool
return bool