C# Class OdessaGUIProject.ScanWorkerHost

Inheritance: System.ComponentModel.BackgroundWorker
Mostrar archivo Open project: noahsw/highlight-hunter

Private Properties

Property Type Description
CalculateInputFilesTotalSize long
GetProgressValue bool
GetTimeRemaining string
ReportStatusChanged void
ScanWorkerHost System
ScanWorkerHost_DoWork void
TrackAnalytics void
scanWorker_ProgressChanged void

Private Methods

Method Description
CalculateInputFilesTotalSize ( ) : long

Calculates the total file size of all the input files. Used to calculate progress.

GetProgressValue ( int &value ) : bool

During the scan, return the progress

GetTimeRemaining ( ) : string

Calculates the time remaining in the scan

ReportStatusChanged ( ) : void
ScanWorkerHost ( ) : System
ScanWorkerHost_DoWork ( object sender, DoWorkEventArgs e ) : void
TrackAnalytics ( ) : void
scanWorker_ProgressChanged ( object sender, ProgressChangedEventArgs e ) : void