C# Class NAnt.DotNet.Tasks.AssemblyInfoTask

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

Private Properties

Свойство Type Description
NeedsPersisting bool

Méthodes protégées

Méthode Description
ExecuteTask ( ) : void

Generates an AssemblyInfo file.

Private Methods

Méthode Description
NeedsPersisting ( Stream generatedAsmInfoStream ) : bool

Determines whether the specified AssemblyInfo file in the given Stream needs to be persisted.

Method Details

ExecuteTask() protected méthode

Generates an AssemblyInfo file.
protected ExecuteTask ( ) : void
Résultat void