C# 클래스 BottomShelf.Host.Monitoring.FileSystemWatcher

파일 보기 프로젝트 열기: tyronegroves/BottomShelf

공개 메소드들

메소드 설명
FileSystemWatcher ( string path, int fileSystemPoll ) : System
Start ( ) : void

비공개 메소드들

메소드 설명
GetRootServiceDirectory ( string fullPath ) : string
OnChanged ( object sender, FileSystemEventArgs e ) : void
OnCreated ( object sender, FileSystemEventArgs e ) : void
OnDeleted ( object sender, FileSystemEventArgs e ) : void
OnRenamed ( object sender, System e ) : void
RaiseChanged ( string path ) : void
RaiseCreated ( string path ) : void
RaiseDeleted ( string path ) : void
RaiseRenamed ( string path, string newPath ) : void

메소드 상세

FileSystemWatcher() 공개 메소드

public FileSystemWatcher ( string path, int fileSystemPoll ) : System
path string
fileSystemPoll int
리턴 System

Start() 공개 메소드

public Start ( ) : void
리턴 void