C# 클래스 DuplicateFinder.Core.TaskbarProgress

상속: IDisplayProgress
파일 보기 프로젝트 열기: agross/duplicatefinder

공개 메소드들

메소드 설명
Intermediate ( ) : void
Percent ( int currentValue, int maximumValue ) : void
Stop ( ) : void
TaskbarProgress ( ) : System

비공개 메소드들

메소드 설명
FindConsoleWindow ( ) : IntPtr
FindWindowByCaption ( IntPtr zeroOnly, string lpWindowName ) : IntPtr

메소드 상세

Intermediate() 공개 메소드

public Intermediate ( ) : void
리턴 void

Percent() 공개 메소드

public Percent ( int currentValue, int maximumValue ) : void
currentValue int
maximumValue int
리턴 void

Stop() 공개 메소드

public Stop ( ) : void
리턴 void

TaskbarProgress() 공개 메소드

public TaskbarProgress ( ) : System
리턴 System