C# 클래스 Mono.GetOptions.OptionList

파일 보기 프로젝트 열기: nats/castle-1.0.3-mono 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ReportError ErrorReporter

공개 메소드들

메소드 설명
OptionList ( Mono.GetOptions.Options optionBundle ) : System
ProcessArgs ( string args ) : string[]
ShowBanner ( ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

OptionList() 공개 메소드

public OptionList ( Mono.GetOptions.Options optionBundle ) : System
optionBundle Mono.GetOptions.Options
리턴 System

ProcessArgs() 공개 메소드

public ProcessArgs ( string args ) : string[]
args string
리턴 string[]

ShowBanner() 공개 메소드

public ShowBanner ( ) : void
리턴 void

프로퍼티 상세

ReportError 공개적으로 프로퍼티

public ErrorReporter ReportError
리턴 ErrorReporter