CommandLineParserParseResult Property

Gets the result of the last command line argument parsing operation.

Definition

Namespace: Ookii.CommandLine
Assembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 4.2.0+a4d3631e4dcc0970081ed435288efdebc1325f83
C#
public ParseResult ParseResult { get; }

Property Value

ParseResult
An instance of the Ookii.CommandLineParseResult class.

Remarks

Use this property to get the name of the argument that canceled parsing, or to get error information if the ParseWithErrorHandling method returns .

See Also