CommandLineParserParseResult Property

Gets the result of the last call to the Parse(String, Int32) method.

Definition

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

Property Value

ParseResult
An instance of the ParseResult 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