C# Class Candy.Updater.UpdateArgs

プログラムの更新に必要な情報を表します。
Show file Open project: Wabyon/Candy Class Usage Examples

Private Properties

Property Type Description
UpdateArgs System.Collections.Generic

Public Methods

Method Description
Parse ( string args ) : UpdateArgs

コマンドライン引数から UpdateArgs を生成します。

Private Methods

Method Description
UpdateArgs ( ) : System.Collections.Generic

Method Details

Parse() public static method

コマンドライン引数から UpdateArgs を生成します。
public static Parse ( string args ) : UpdateArgs
args string
return UpdateArgs