C# Class ProgressHandler, daguerreo

Inheritance: IDisposable
Mostrar archivo Open project: Akranar/daguerreo Class Usage Examples

Protected Properties

Property Type Description
swigCMemOwn bool

Public Methods

Method Description
Dispose ( ) : void
Update ( ) : bool
Update ( float percentage ) : bool

Private Methods

Method Description
ProgressHandler ( IntPtr cPtr, bool cMemoryOwn ) : System
getCPtr ( ProgressHandler, obj ) : HandleRef

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Update() public method

public Update ( ) : bool
return bool

Update() public method

public Update ( float percentage ) : bool
percentage float
return bool

Property Details

swigCMemOwn protected_oe property

protected bool swigCMemOwn
return bool