public readonly struct ParseResult
Public Structure ParseResult
Dim instance As ParseResult
public value class ParseResult
ArgumentName | Gets the name of the argument that caused the error or cancellation. |
LastException | Gets the exception that occurred during the last call to the CommandLineParserParse method, if any. |
RemainingArguments | Gets any arguments that were not parsed by the CommandLineParser if parsing was canceled or an error occurred. |
Status | Gets the status of the last call to the CommandLineParserParse method. |
Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType) |
FromCanceled | Creates a ParseResult instance that represents canceled parsing. |
FromException | Creates a ParseResult instance that represents a parsing error. |
FromSuccess | Gets a ParseResult instance that represents successful parsing. |
GetHashCode | Returns the hash code for this instance. (Inherited from ValueType) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType) |