C# Class Velvet.HostsWatcher

Inheritance: IDisposable, IHostsWatcher
Afficher le fichier Open project: trullock/Velvet

Méthodes publiques

Méthode Description
Dispose ( ) : void
HostsWatcher ( IHostsParser parser, string path ) : System
HostsWatcher ( string path ) : System
RefreshFile ( ) : void

Private Methods

Méthode Description
LoadMappings ( string path ) : void
ReadFile ( string path ) : string
WatcherChanged ( object sender, FileSystemEventArgs e ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

HostsWatcher() public méthode

public HostsWatcher ( IHostsParser parser, string path ) : System
parser IHostsParser
path string
Résultat System

HostsWatcher() public méthode

public HostsWatcher ( string path ) : System
path string
Résultat System

RefreshFile() public méthode

public RefreshFile ( ) : void
Résultat void