C# Class DuplicateFinder.Core.TaskbarProgress

Inheritance: IDisplayProgress
ファイルを表示 Open project: agross/duplicatefinder

Public Methods

Method Description
Intermediate ( ) : void
Percent ( int currentValue, int maximumValue ) : void
Stop ( ) : void
TaskbarProgress ( ) : System

Private Methods

Method Description
FindConsoleWindow ( ) : IntPtr
FindWindowByCaption ( IntPtr zeroOnly, string lpWindowName ) : IntPtr

Method Details

Intermediate() public method

public Intermediate ( ) : void
return void

Percent() public method

public Percent ( int currentValue, int maximumValue ) : void
currentValue int
maximumValue int
return void

Stop() public method

public Stop ( ) : void
return void

TaskbarProgress() public method

public TaskbarProgress ( ) : System
return System