C# 클래스 Velvet.HostsWatcher

상속: IDisposable, IHostsWatcher
파일 보기 프로젝트 열기: trullock/Velvet

공개 메소드들

메소드 설명
Dispose ( ) : void
HostsWatcher ( IHostsParser parser, string path ) : System
HostsWatcher ( string path ) : System
RefreshFile ( ) : void

비공개 메소드들

메소드 설명
LoadMappings ( string path ) : void
ReadFile ( string path ) : string
WatcherChanged ( object sender, FileSystemEventArgs e ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

HostsWatcher() 공개 메소드

public HostsWatcher ( IHostsParser parser, string path ) : System
parser IHostsParser
path string
리턴 System

HostsWatcher() 공개 메소드

public HostsWatcher ( string path ) : System
path string
리턴 System

RefreshFile() 공개 메소드

public RefreshFile ( ) : void
리턴 void