C# 클래스 CASCExplorer.BackgroundWorkerEx

상속: System.ComponentModel.BackgroundWorker
파일 보기 프로젝트 열기: WoW-Tools/CASCExplorer 1 사용 예제들

공개 메소드들

메소드 설명
BackgroundWorkerEx ( ) : System
ReportProgress ( int percentProgress ) : void
ReportProgress ( int percentProgress, object userState ) : void

보호된 메소드들

메소드 설명
OnDoWork ( DoWorkEventArgs e ) : void

메소드 상세

BackgroundWorkerEx() 공개 메소드

public BackgroundWorkerEx ( ) : System
리턴 System

OnDoWork() 보호된 메소드

protected OnDoWork ( DoWorkEventArgs e ) : void
e System.ComponentModel.DoWorkEventArgs
리턴 void

ReportProgress() 공개 메소드

public ReportProgress ( int percentProgress ) : void
percentProgress int
리턴 void

ReportProgress() 공개 메소드

public ReportProgress ( int percentProgress, object userState ) : void
percentProgress int
userState object
리턴 void