C# 클래스 BuildTasks.AutoIncrementVersionBuildTask.AssemblyInfo

Encapsulates some metadata about assembly info files.
파일 보기 프로젝트 열기: NexusMods/NexusModManager-4.5

공개 메소드들

메소드 설명
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