C# 클래스 Schumix.Components.Updater.Download.NGitProgressMonitor

상속: NGit.ProgressMonitor
파일 보기 프로젝트 열기: Schumix/Schumix2

공개 메소드들

메소드 설명
BeginTask ( string title, int totalWork ) : void
EndTask ( ) : void
IsCancelled ( ) : bool
NGitProgressMonitor ( ) : System
Start ( int totalTasks ) : void
Update ( int completed ) : void

비공개 메소드들

메소드 설명
drawTextProgressBar ( int progress, int total ) : void

메소드 상세

BeginTask() 공개 메소드

public BeginTask ( string title, int totalWork ) : void
title string
totalWork int
리턴 void

EndTask() 공개 메소드

public EndTask ( ) : void
리턴 void

IsCancelled() 공개 메소드

public IsCancelled ( ) : bool
리턴 bool

NGitProgressMonitor() 공개 메소드

public NGitProgressMonitor ( ) : System
리턴 System

Start() 공개 메소드

public Start ( int totalTasks ) : void
totalTasks int
리턴 void

Update() 공개 메소드

public Update ( int completed ) : void
completed int
리턴 void