Mono.Options.ArgumentSource: Method Members

The methods of Mono.Options.ArgumentSource are listed below. For a list of all members, see the ArgumentSource Members list.

See Also: Inherited members from System.Object

Public Methods

static
GetArguments(System.IO.TextReader) : IEnumerable<string>
Extract arguments from a System.IO.TextReader.
abstract
GetArguments(string, out IEnumerable<string>) : bool
Replace the argument value with a set of replacement arguments.
static
GetArgumentsFromFile(string) : IEnumerable<string>
Extract arguments from the specified filename.
abstract
GetNames() : string[]
The names to provide for the argument source within OptionSet.WriteOptionDescriptions(System.IO.TextWriter).