C# Class ScrGen.UpdateArgs

Inheritance: Common.StartupArgs
ファイルを表示 Open project: vitalyobukhov/WebSaver

Protected Methods

Method Description
InnerParse ( string args ) : bool
TryParseOutputPath ( string arg ) : bool
UpdateArgs ( ) : Common.System

Method Details

InnerParse() protected method

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

TryParseOutputPath() protected method

protected TryParseOutputPath ( string arg ) : bool
arg string
return bool

UpdateArgs() protected method

protected UpdateArgs ( ) : Common.System
return Common.System