C# Class DamageTracker.FileWatcher

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

Public Methods

Method Description
Dispose ( ) : void

Public dispose method

FileWatcher ( FileSystemEventHandler file_changed_func ) : System

Create watcher for the specified file and monitor changes

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Internal dispose

Method Details

Dispose() public method

Public dispose method
public Dispose ( ) : void
return void

Dispose() protected method

Internal dispose
protected Dispose ( bool disposing ) : void
disposing bool
return void

FileWatcher() public method

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