C# Class BuildTasks.AutoIncrementVersionBuildTask.AssemblyInfo

Encapsulates some metadata about assembly info files.
Show file Open project: NexusMods/NexusModManager-4.5

Public Methods

Method Description
AssemblyInfo ( string p_strFilePath ) : System

A simple constructor that initializes the object with the given values.

GenerateFile ( ) : string

Generate a new assembly info file using the current values.

Protected Methods

Method Description
Parse ( ) : void

Parses out the metadata we are interested in.

Method Details

AssemblyInfo() public method

A simple constructor that initializes the object with the given values.
public AssemblyInfo ( string p_strFilePath ) : System
p_strFilePath string The path to the assembly info file.
return System

GenerateFile() public method

Generate a new assembly info file using the current values.
public GenerateFile ( ) : string
return string

Parse() protected method

Parses out the metadata we are interested in.
protected Parse ( ) : void
return void