C# Class OpenIDE.CodeEngine.Core.ChangeTrackers.FileChangeTracker

Inheritance: IDisposable
Afficher le fichier Open project: continuoustests/OpenIDE Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
FileChangeTracker ( Action rawHandler ) : System
Start ( string path, string pattern, Action changeHandler, string ignoreDirectories ) : void

Private Methods

Méthode Description
WatcherChangeHandler ( ChangeType type, string path ) : void
start ( ) : void
startChangeHandler ( object state ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

FileChangeTracker() public méthode

public FileChangeTracker ( Action rawHandler ) : System
rawHandler Action
Résultat System

Start() public méthode

public Start ( string path, string pattern, Action changeHandler, string ignoreDirectories ) : void
path string
pattern string
changeHandler Action
ignoreDirectories string
Résultat void