C# Class Patcher.UI.Progress

Inheritance: IDisposable
Mostrar archivo Open project: unforbidable/patcher

Public Methods

Method Description
Dispose ( ) : void
Update ( long current, long total, string text ) : void

Private Methods

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

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Update() public method

public Update ( long current, long total, string text ) : void
current long
total long
text string
return void