C# Класс BuildTasks.AutoIncrementVersionBuildTask.AssemblyInfo

Encapsulates some metadata about assembly info files.
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Защищенные методы

Метод Описание
Parse ( ) : void

Parses out the metadata we are interested in.

Описание методов

AssemblyInfo() публичный Метод

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.
Результат System

GenerateFile() публичный Метод

Generate a new assembly info file using the current values.
public GenerateFile ( ) : string
Результат string

Parse() защищенный Метод

Parses out the metadata we are interested in.
protected Parse ( ) : void
Результат void