UsageWriter.IncludeExecutableExtension Property

Gets or sets a value that indicates whether the usage syntax should include the file name extension of the application's executable.

Definition

Namespace: Ookii.CommandLine
Assembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 4.0.0+bb7ed9a8fdfd1cb21824750a8cf508863ad15086
C#
public bool IncludeExecutableExtension { get; set; }

Property Value

Boolean
true if the extension should be included; otherwise, false. The default value is false.

Remarks

If the ExecutableName property is null, the executable name is determined by calling CommandLineParser.GetExecutableName(Boolean), passing the value of this property as the argument.

This property is not used if the ExecutableName property is not null.

See Also