C# Class NAnt.DotNet.Tasks.AssemblyLinkerTask

Inheritance: NAnt.Core.Tasks.ExternalProgramBase
Afficher le fichier Open project: skolima/NAnt Class Usage Examples

Private Properties

Свойство Type Description

Méthodes protégées

Méthode Description
ExecuteTask ( ) : void

Generates an assembly manifest.

NeedsCompiling ( ) : bool

Determines whether the assembly manifest needs compiling or is uptodate.

Method Details

ExecuteTask() protected méthode

Generates an assembly manifest.
protected ExecuteTask ( ) : void
Résultat void

NeedsCompiling() protected méthode

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