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