NDesk.Options

GIT Repository

NDesk.Options

Program option parser.

NDesk.Options Namespace

Types to help parse command-line options.

Type Description
Option Represents information about an option.
OptionContext Provides additional context information about the current NDesk.Options.Option which is being parsed.
OptionException Represents the error that occurs when there is an error parsing an NDesk.Options.Option.
OptionSet A class to parse program options.
OptionValueType Specifies whether or not a NDesk.Options.Option takes a value, and if it does, whether it's optional or required.

System Namespace

.NET 3.5 types used when targeting .NET 2.0.

Type Description
Action<T1,T2> A delegate that can refer to any method taking two arguments and returning void.