C# Class DamageTracker.FileWatcher

Continuously watch specified file (chatlog)
Inheritance: IDisposable
Afficher le fichier Open project: BryanHurst/Aion-DamageTracker Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void

Public dispose method

FileWatcher ( FileSystemEventHandler file_changed_func ) : System

Create watcher for the specified file and monitor changes

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Internal dispose

Method Details

Dispose() public méthode

Public dispose method
public Dispose ( ) : void
Résultat void

Dispose() protected méthode

Internal dispose
protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

FileWatcher() public méthode

Create watcher for the specified file and monitor changes
public FileWatcher ( FileSystemEventHandler file_changed_func ) : System
file_changed_func FileSystemEventHandler
Résultat System