C# 클래스 Common.StartupArgs

파일 보기 프로젝트 열기: vitalyobukhov/WebSaver 1 사용 예제들

공개 메소드들

메소드 설명
Parse ( string args ) : bool

보호된 메소드들

메소드 설명
InnerParse ( string args ) : bool
StartupArgs ( bool useKey = true, bool useMinOptionsCount = true ) : Common.System

메소드 상세

InnerParse() 보호된 추상적인 메소드

protected abstract InnerParse ( string args ) : bool
args string
리턴 bool

Parse() 공개 메소드

public Parse ( string args ) : bool
args string
리턴 bool

StartupArgs() 보호된 메소드

protected StartupArgs ( bool useKey = true, bool useMinOptionsCount = true ) : Common.System
useKey bool
useMinOptionsCount bool
리턴 Common.System