Property | Type | Description | |
---|---|---|---|
AlternateForm | string | ||
BooleanOption | bool | ||
Hidden | bool | ||
LongForm | string | ||
MaxOccurs | int | ||
MemberInfo | |||
NeedsParameter | bool | ||
NextAlternate | |||
Occurs | int | ||
OptionBundle | Mono.GetOptions.Options | ||
ParameterType | |||
SecondLevelHelp | bool | ||
ShortDescription | string | ||
ShortForm | string | ||
VBCStyleBoolean | bool | ||
Values | |||
paramName | string |
Property | Type | Description | |
---|---|---|---|
DoIt | void | ||
DoIt | void | ||
ExtractParamName | string | ||
HowManyBeforeExceedingMaxOccurs | int | ||
IComparable | int | ||
IsAlternate | bool | ||
IsThisOption | bool | ||
TypeOfMember |
Method | Description | |
---|---|---|
LinkAlternatesInsideList ( |
||
OptionDetails ( |
||
ProcessArgument ( string arg, string nextArg ) : OptionProcessingResult | ||
ToString ( ) : string | ||
TransferValues ( ) : void |
Method | Description | |
---|---|---|
DoIt ( bool setValue ) : void | ||
DoIt ( string parameterValue ) : void | ||
ExtractParamName ( string shortDescription ) : string | ||
HowManyBeforeExceedingMaxOccurs ( int howMany ) : int | ||
IComparable ( object other ) : int | ||
IsAlternate ( string compoundArg ) : bool | ||
IsThisOption ( string arg ) : bool | ||
TypeOfMember ( |
public static LinkAlternatesInsideList ( |
||
list | ||
return | void |
public OptionDetails ( |
||
memberInfo | ||
option | ||
optionBundle | Mono.GetOptions.Options | |
return | System |
public ProcessArgument ( string arg, string nextArg ) : OptionProcessingResult | ||
arg | string | |
nextArg | string | |
return | OptionProcessingResult |
public MemberInfo,System.Reflection MemberInfo | ||
return |
public OptionDetails,Mono.GetOptions NextAlternate | ||
return |
public Options,Mono.GetOptions OptionBundle | ||
return | Mono.GetOptions.Options |
public ArrayList,System.Collections Values | ||
return |