ParseArgumentsResult Class

This is used to hold the results of parsing a set of command line option strings

Definition

Namespace: Sandcastle.Core.CommandLine
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.2.18.0
public sealed class ParseArgumentsResult
Inheritance
Object    ParseArgumentsResult

Properties

Options This read-only property is used to get the option collection related to the results
Success This read-only property is used to see if the options were parsed successfully
UnusedArguments This read-only property returns a collection of the unused arguments

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)
WriteParseErrors This is used to write out a list of all parsing errors

See Also