C# Class NAnt.DotNet.Tasks.AssemblyInfoTask

Inheritance: NAnt.Core.Task
Show file Open project: skolima/NAnt Class Usage Examples

Private Properties

Property Type Description
NeedsPersisting bool

Protected Methods

Method Description
ExecuteTask ( ) : void

Generates an AssemblyInfo file.

Private Methods

Method Description
NeedsPersisting ( Stream generatedAsmInfoStream ) : bool

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

Method Details

ExecuteTask() protected method

Generates an AssemblyInfo file.
protected ExecuteTask ( ) : void
return void