CommandLineParserApplicationFriendlyName Property

Gets the friendly name of the application.

Definition

Namespace: Ookii.CommandLine
Assembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 3.1.1
C#
public string ApplicationFriendlyName { get; }

Property Value

String
The friendly name of the application.

Remarks

The friendly name is determined by checking for the ApplicationFriendlyNameAttribute attribute first on the arguments type, then on the arguments type's assembly. If neither exists, the arguments type's assembly's name is used.

This name is only used in the output of the automatically created "-Version" attribute.

See Also