C# Class Common.StartupArgs

ファイルを表示 Open project: vitalyobukhov/WebSaver Class Usage Examples

Public Methods

Method Description
Parse ( string args ) : bool

Protected Methods

Method Description
InnerParse ( string args ) : bool
StartupArgs ( bool useKey = true, bool useMinOptionsCount = true ) : Common.System

Method Details

InnerParse() protected abstract method

protected abstract InnerParse ( string args ) : bool
args string
return bool

Parse() public method

public Parse ( string args ) : bool
args string
return bool

StartupArgs() protected method

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