C# 클래스 ST.Client.AppDomainFileChangeWatcher

상속: IDisposable, IChangeSetHandler
파일 보기 프로젝트 열기: storyteller/Storyteller 1 사용 예제들

공개 메소드들

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

비공개 메소드들

메소드 설명
IChangeSetHandler ( ChangeSet changes ) : void

메소드 상세

AppDomainFileChangeWatcher() 공개 메소드

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

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

StartWatching() 공개 메소드

public StartWatching ( ) : void
리턴 void

StopWatching() 공개 메소드

public StopWatching ( ) : void
리턴 void

WatchBinariesAt() 공개 메소드

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