C# Class AppUpdater.Chef.UpdaterChef

Inheritance: IUpdaterChef
Afficher le fichier Open project: diogomafra/AppUpdater Class Usage Examples

Méthodes publiques

Méthode Description
Cook ( UpdateRecipe recipe ) : void
UpdaterChef ( ILocalStructureManager localStructureManager, IUpdateServer updateServer ) : System.IO

Method Details

Cook() public méthode

public Cook ( UpdateRecipe recipe ) : void
recipe AppUpdater.Recipe.UpdateRecipe
Résultat void

UpdaterChef() public méthode

public UpdaterChef ( ILocalStructureManager localStructureManager, IUpdateServer updateServer ) : System.IO
localStructureManager ILocalStructureManager
updateServer IUpdateServer
Résultat System.IO