C# Class BuildTasks.AutoIncrementVersionBuildTask.AssemblyInfo

Encapsulates some metadata about assembly info files.
Afficher le fichier Open project: NexusMods/NexusModManager-4.5

Méthodes publiques

Méthode 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.

Méthodes protégées

Méthode Description
Parse ( ) : void

Parses out the metadata we are interested in.

Method Details

AssemblyInfo() public méthode

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.
Résultat System

GenerateFile() public méthode

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

Parse() protected méthode

Parses out the metadata we are interested in.
protected Parse ( ) : void
Résultat void