C# 클래스 OdessaGUIProject.ScanWorkerHost

상속: System.ComponentModel.BackgroundWorker
파일 보기 프로젝트 열기: noahsw/highlight-hunter

Private Properties

프로퍼티 타입 설명
CalculateInputFilesTotalSize long
GetProgressValue bool
GetTimeRemaining string
ReportStatusChanged void
ScanWorkerHost System
ScanWorkerHost_DoWork void
TrackAnalytics void
scanWorker_ProgressChanged void

비공개 메소드들

메소드 설명
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