C# Class Patcher.UI.Progress

Inheritance: IDisposable
Afficher le fichier Open project: unforbidable/patcher

Méthodes publiques

Méthode Description
Dispose ( ) : void
Update ( long current, long total, string text ) : void

Private Methods

Méthode Description
CanUpdate ( long current, long total ) : bool
DoUpdate ( long current, long total, string text ) : void
Progress ( string title ) : System

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Update() public méthode

public Update ( long current, long total, string text ) : void
current long
total long
text string
Résultat void