Parse Arguments Result 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: 2026.3.29.0
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.3.29.0
C#
public sealed class ParseArgumentsResultVB
Public NotInheritable Class ParseArgumentsResultC++
public ref class ParseArgumentsResult sealedF#
[<SealedAttribute>]
type ParseArgumentsResult = class end- 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
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| WriteParseErrors | This is used to write out a list of all parsing errors |