C# Class Mono.GetOptions.OptionList

Datei anzeigen Open project: nats/castle-1.0.3-mono Class Usage Examples

Public Properties

Property Type Description
ReportError ErrorReporter

Public Methods

Method Description
OptionList ( Mono.GetOptions.Options optionBundle ) : System
ProcessArgs ( string args ) : string[]
ShowBanner ( ) : void

Private Methods

Method Description
AddArgumentProcessor ( MemberInfo memberInfo ) : void
DoAbout ( ) : WhatToDoNext
DoHelp ( ) : WhatToDoNext
DoHelp2 ( ) : WhatToDoNext
DoUsage ( ) : WhatToDoNext
ExpandResponseFiles ( string args ) : ArrayList
ExtractEntryAssemblyInfo ( Type optionsType ) : void
GetAssemblyAttributeStrings ( Type type ) : string[]
GetAssemblyAttributeValue ( Type type, string &var ) : void
GetAssemblyAttributeValue ( Type type, string propertyName, string &var ) : void
GetAssemblyAttributes ( Type type ) : object[]
IndexOfAny ( string where ) : int
MaybeAnOption ( string arg ) : bool
NormalizeArgs ( string args ) : string[]
ProcessNonOption ( string argument ) : void
ShowAbout ( ) : void
ShowHelp ( bool showSecondLevelHelp ) : void
ShowTitleLines ( ) : void
ShowUsage ( ) : void
processResponseFile ( string filename, ArrayList result ) : void
processResponseFileLine ( string line, ArrayList result, StringBuilder sb ) : void

Method Details

OptionList() public method

public OptionList ( Mono.GetOptions.Options optionBundle ) : System
optionBundle Mono.GetOptions.Options
return System

ProcessArgs() public method

public ProcessArgs ( string args ) : string[]
args string
return string[]

ShowBanner() public method

public ShowBanner ( ) : void
return void

Property Details

ReportError public_oe property

public ErrorReporter ReportError
return ErrorReporter