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.2.0+a4d3631e4dcc0970081ed435288efdebc1325f83
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