C# Class DuplicateFinder.Core.TaskbarProgress

Inheritance: IDisplayProgress
Afficher le fichier Open project: agross/duplicatefinder

Méthodes publiques

Méthode Description
Intermediate ( ) : void
Percent ( int currentValue, int maximumValue ) : void
Stop ( ) : void
TaskbarProgress ( ) : System

Private Methods

Méthode Description
FindConsoleWindow ( ) : IntPtr
FindWindowByCaption ( IntPtr zeroOnly, string lpWindowName ) : IntPtr

Method Details

Intermediate() public méthode

public Intermediate ( ) : void
Résultat void

Percent() public méthode

public Percent ( int currentValue, int maximumValue ) : void
currentValue int
maximumValue int
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void

TaskbarProgress() public méthode

public TaskbarProgress ( ) : System
Résultat System