ConsoleAppShowProgramInfo Method

Output the program information to the Console.

Definition

Namespace: Application.Helper
Assembly: Application.Helper (in Application.Helper.dll) Version: 2.0.5
C#
public virtual void ShowProgramInfo()

Remarks

This method can be overridden in a derived class to provide specific information about the program when the command line help request is made using ? anywhere in the first argument.

Exceptions

TypeLoadExceptionThrown when type-loading failures occur.

See Also