C# Class System.IO.Abstractions.FileSystemWatcherWrapper

Inheritance: FileSystemWatcherBase
显示文件 Open project: tathamoddie/System.IO.Abstractions

Public Methods

Method Description
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

Method Details

BeginInit() public method

public BeginInit ( ) : void
return void

Dispose() public method

public Dispose ( bool disposing ) : void
disposing bool
return void

EndInit() public method

public EndInit ( ) : void
return void

FileSystemWatcherWrapper() public method

public FileSystemWatcherWrapper ( ) : System.ComponentModel
return System.ComponentModel

FileSystemWatcherWrapper() public method

public FileSystemWatcherWrapper ( FileSystemWatcher watcher ) : System.ComponentModel
watcher FileSystemWatcher
return System.ComponentModel

FileSystemWatcherWrapper() public method

public FileSystemWatcherWrapper ( string path ) : System.ComponentModel
path string
return System.ComponentModel

FileSystemWatcherWrapper() public method

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

WaitForChanged() public method

public WaitForChanged ( WatcherChangeTypes changeType ) : WaitForChangedResult
changeType WatcherChangeTypes
return WaitForChangedResult

WaitForChanged() public method

public WaitForChanged ( WatcherChangeTypes changeType, int timeout ) : WaitForChangedResult
changeType WatcherChangeTypes
timeout int
return WaitForChangedResult