UsageWriterIncludeExecutableExtension 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.1.0+9df03b6173b5fc9d44dc39638758964dd7a0f4c7
C#
public bool IncludeExecutableExtension { get; set; }

Property Value

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

Remarks

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

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

See Also