Mono.Options Namespace

Documentation for this section has not yet been entered.

Remarks

To be added.

Classes

TypeReason
ArgumentSource Support for inserting additional arguments during Mono.Options.OptionSet.Parse(IEnumerable<string>) processing.
Option Represents information about an option.
OptionAction<TKey,TValue> A delegate that can refer to any method taking two arguments and returning void.
OptionContextProvides additional context information about the current Mono.Options.Option which is being parsed.
OptionExceptionRepresents the error that occurs when there is an error parsing an Mono.Options.Option.
OptionSet A class to parse program options.
OptionValueCollection A collection of string values to use as values to Mono.Options.Option.OnParseComplete(Mono.Options.OptionContext).
OptionValueType Specifies whether or not a Mono.Options.Option takes a value, and if it does, whether it's optional or required.
ResponseFileSource Inserts the contents of a file during argument processing.