C# Class Candy.Updater.UpdateArgs

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

Private Properties

Свойство Type Description
UpdateArgs System.Collections.Generic

Méthodes publiques

Méthode Description
Parse ( string args ) : UpdateArgs

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

Private Methods

Méthode Description
UpdateArgs ( ) : System.Collections.Generic

Method Details

Parse() public static méthode

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