sync toc
Overview
CommandLine.ConsoleUtils
ConsoleHelper Class
ConsoleHelper Members
ConsoleHelper Constructor
Methods
GetCursorPos Method
GetScreenInfo Method
SetCursorPos Method
ConsolePoint Structure
ConsolePoint Members
ConsolePoint Constructor
Fields
X Field
Y Field
ConsoleRect Structure
ConsoleRect Members
Fields
Bottom Field
Left Field
Right Field
Top Field
ConsoleScreenBufferInfo Structure
ConsoleScreenBufferInfo Members
Fields
Attributes Field
CursorPosition Field
MaximumWindowSize Field
Size Field
Window Field
CommandLine.OptParse
DefaultUsageInfo Class
DefaultUsageInfo Members
DefaultUsageInfo Constructor
DefaultUsageInfo Constructor (String, String, Boolean, String[])
DefaultUsageInfo Constructor (String, String, Boolean, NameValueCollection)
Properties
Headers Property
Methods
GetContents Method
IsOptionHeader Method
DictionaryParserHelper Class
DictionaryParserHelper Members
DictionaryParserHelper Constructor
Properties
Item Property
Methods
GetOptionDefinition Method
GetOptionDefinition Method (Char, Boolean)
GetOptionDefinition Method (String, Boolean)
GetOptions Method
DupOptHandleType Enumeration
EnumDescriptorReader Class
EnumDescriptorReader Members
Methods
GetEnumFieldDescription Method
GetEnumFieldDescriptions Method
InvalidValueException Class
InvalidValueException Members
InvalidValueException Constructor
InvalidValueException Constructor (String)
InvalidValueException Constructor (Exception)
InvalidValueException Constructor (String, Exception)
InvalidValueException Constructor (SerializationInfo, StreamingContext)
IOptionContainer Interface
IOptionContainer Members
Methods
GetOptions Method
IOptionResults Interface
IOptionResults Members
Properties
Item Property
Methods
GetOptionDefinition Method
GetOptionDefinition Method (Char, Boolean)
GetOptionDefinition Method (String, Boolean)
IProgUsageInfo Interface
IProgUsageInfo Members
Properties
Headers Property
Methods
GetContents Method
IsOptionHeader Method
ListType Enumeration
LongOptionNameAttribute Class
LongOptionNameAttribute Members
LongOptionNameAttribute Constructor
Properties
Name Property
OptDefAttribute Class
OptDefAttribute Members
OptDefAttribute Constructor
Properties
OptionValueType Property
ValueType Property
OptionDefinition Class
OptionDefinition Members
OptionDefinition Constructor
OptionDefinition Constructor (String)
OptionDefinition Constructor (Object, OptValType, Type, String, Char)
OptionDefinition Constructor (Object, OptValType, Type, String, Char[])
OptionDefinition Constructor (Object, OptValType, Type, String, String)
OptionDefinition Constructor (Object, OptValType, Type, String, String[])
OptionDefinition Constructor (Object, OptValType, Type, String, Char[], String[])
OptionDefinition Constructor (Object, OptValType, Type, String, String, Char[], String[])
Properties
Category Property
DefaultValue Property
Description Property
ID Property
LongNames Property
ShortNames Property
Type Property
ValueType Property
Methods
ConvertValue Method
CreateDefinitions Method
Equals Method
GetHashCode Method
ToString Method
OptionResult Class
OptionResult Members
OptionResult Constructor
Properties
Defintion Property
IsDefined Property
NumDefinitions Property
Value Property
Values Property
Methods
AddValue Method
OptionResultsDictionary Class
OptionResultsDictionary Members
OptionResultsDictionary Constructor
Properties
Item Property
Item Property (OptionDefinition)
Item Property (Object)
Methods
Add Method
OnClearComplete Method
OnInsertComplete Method
OnRemoveComplete Method
OnSetComplete Method
OnValidate Method
OptionWarningEventArgs Class
OptionWarningEventArgs Members
OptionWarningEventArgs Constructor
Properties
WarningMessage Property
OptStyle Enumeration
OptValType Enumeration
ParseException Class
ParseException Members
ParseException Constructor
ParseException Constructor (String)
ParseException Constructor (Exception)
ParseException Constructor (String, Exception)
ParseException Constructor (SerializationInfo, StreamingContext)
Parser Class
Parser Members
Parser Constructor
Properties
CaseSensitive Property
DupOptHandleType Property
OptStyle Property
ResultsHandler Property
UnixShortOption Property
UnknownOptHandleType Property
Methods
GetOptionDefinitions Method
GetOptionDescriptions Method
GetOptions Method
Parse Method
Parse Method ()
Parse Method (OptStyle, UnixShortOption, DupOptHandleType, UnknownOptHandleType, Boolean, String[])
Parse Method (String[])
PrintUsage Method
PrintUsage Method (OptStyle, IProgUsageInfo, Int32)
PrintUsage Method (OptStyle, IProgUsageInfo, TextWriter, Int32)
Events
OptionWarning Event
ParserFactory Class
ParserFactory Members
Methods
BuildParser Method
BuildParser Method (IOptionResults)
BuildParser Method (OptionDefinition[], OptionResultsDictionary)
BuildParser Method (OptionDefinition[], IDictionary)
BuildParser Method (Object)
PropertyFieldParserHelper Class
PropertyFieldParserHelper Members
PropertyFieldParserHelper Constructor
Properties
Item Property
Methods
GetOptionDefinition Method
GetOptionDefinition Method (Char, Boolean)
GetOptionDefinition Method (String, Boolean)
GetOptions Method
ShortOptionNameAttribute Class
ShortOptionNameAttribute Members
ShortOptionNameAttribute Constructor
Properties
Name Property
UnixShortOption Enumeration
UnknownOptHandleType Enumeration
UsageBuilder Class
UsageBuilder Members
UsageBuilder Constructor
Properties
DefaultOptionCategory Property
GroupOptionsByCategory Property
Usage Property
Methods
AddArgument Method
AddListItem Method
AddOption Method
AddOptions Method
AddOptions Method (IOptionContainer)
AddOptions Method (OptionDefinition[])
AddParagraph Method
AddParagraphContent Method
BeginArgument Method
BeginArguments Method
BeginList Method
BeginOption Method
BeginOptions Method
BeginParagraph Method
BeginSection Method
EndArgument Method
EndArguments Method
EndList Method
EndOption Method
EndOptions Method
EndParagraph Method
EndSection Method
ToHtml Method
ToText Method
ToText Method (TextWriter, OptStyle, Boolean)
ToText Method (TextWriter, OptStyle, Boolean, Int32)
Transform Method
UseNameAsLongOptionAttribute Class
UseNameAsLongOptionAttribute Members
UseNameAsLongOptionAttribute Constructor
Properties
UseName Property
WarningEventHandler Delegate