BuildTasks.AutoIncrementVersionBuildTask.AssemblyInfo.AssemblyInfo C# (CSharp) Méthode

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
			public AssemblyInfo(string p_strFilePath)
			{
				FilePath = p_strFilePath;
				Parse();
			}
AutoIncrementVersionBuildTask.AssemblyInfo