C# 클래스 Bottles.Services.Remote.AppDomainFileChangeWatcher

상속: IDisposable
파일 보기 프로젝트 열기: DarthFubuMVC/bottles 1 사용 예제들

공개 메소드들

메소드 설명
AppDomainFileChangeWatcher ( System.Action callback ) : System
Dispose ( ) : void
WatchBinariesAt ( string directory ) : void

비공개 메소드들

메소드 설명
addWatcher ( string directory, string pattern ) : void
cleanUpWatcher ( ) : void
fileChanged ( object sender, FileSystemEventArgs e ) : void

메소드 상세

AppDomainFileChangeWatcher() 공개 메소드

public AppDomainFileChangeWatcher ( System.Action callback ) : System
callback System.Action
리턴 System

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

WatchBinariesAt() 공개 메소드

public WatchBinariesAt ( string directory ) : void
directory string
리턴 void