C# 클래스 System.IO.Abstractions.FileSystemWatcherWrapper

상속: FileSystemWatcherBase
파일 보기 프로젝트 열기: tathamoddie/System.IO.Abstractions

공개 메소드들

메소드 설명
BeginInit ( ) : void
Dispose ( bool disposing ) : void
EndInit ( ) : void
FileSystemWatcherWrapper ( ) : System.ComponentModel
FileSystemWatcherWrapper ( FileSystemWatcher watcher ) : System.ComponentModel
FileSystemWatcherWrapper ( string path ) : System.ComponentModel
FileSystemWatcherWrapper ( string path, string filter ) : System.ComponentModel
WaitForChanged ( WatcherChangeTypes changeType ) : WaitForChangedResult
WaitForChanged ( WatcherChangeTypes changeType, int timeout ) : WaitForChangedResult

메소드 상세

BeginInit() 공개 메소드

public BeginInit ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( bool disposing ) : void
disposing bool
리턴 void

EndInit() 공개 메소드

public EndInit ( ) : void
리턴 void

FileSystemWatcherWrapper() 공개 메소드

public FileSystemWatcherWrapper ( ) : System.ComponentModel
리턴 System.ComponentModel

FileSystemWatcherWrapper() 공개 메소드

public FileSystemWatcherWrapper ( FileSystemWatcher watcher ) : System.ComponentModel
watcher FileSystemWatcher
리턴 System.ComponentModel

FileSystemWatcherWrapper() 공개 메소드

public FileSystemWatcherWrapper ( string path ) : System.ComponentModel
path string
리턴 System.ComponentModel

FileSystemWatcherWrapper() 공개 메소드

public FileSystemWatcherWrapper ( string path, string filter ) : System.ComponentModel
path string
filter string
리턴 System.ComponentModel

WaitForChanged() 공개 메소드

public WaitForChanged ( WatcherChangeTypes changeType ) : WaitForChangedResult
changeType WatcherChangeTypes
리턴 WaitForChangedResult

WaitForChanged() 공개 메소드

public WaitForChanged ( WatcherChangeTypes changeType, int timeout ) : WaitForChangedResult
changeType WatcherChangeTypes
timeout int
리턴 WaitForChangedResult