C# Class System.IO.Abstractions.FileSystemWatcherWrapper

Inheritance: FileSystemWatcherBase
Afficher le fichier Open project: tathamoddie/System.IO.Abstractions

Méthodes publiques

Méthode 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 méthode

public BeginInit ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( bool disposing ) : void
disposing bool
Résultat void

EndInit() public méthode

public EndInit ( ) : void
Résultat void

FileSystemWatcherWrapper() public méthode

public FileSystemWatcherWrapper ( ) : System.ComponentModel
Résultat System.ComponentModel

FileSystemWatcherWrapper() public méthode

public FileSystemWatcherWrapper ( FileSystemWatcher watcher ) : System.ComponentModel
watcher FileSystemWatcher
Résultat System.ComponentModel

FileSystemWatcherWrapper() public méthode

public FileSystemWatcherWrapper ( string path ) : System.ComponentModel
path string
Résultat System.ComponentModel

FileSystemWatcherWrapper() public méthode

public FileSystemWatcherWrapper ( string path, string filter ) : System.ComponentModel
path string
filter string
Résultat System.ComponentModel

WaitForChanged() public méthode

public WaitForChanged ( WatcherChangeTypes changeType ) : WaitForChangedResult
changeType WatcherChangeTypes
Résultat WaitForChangedResult

WaitForChanged() public méthode

public WaitForChanged ( WatcherChangeTypes changeType, int timeout ) : WaitForChangedResult
changeType WatcherChangeTypes
timeout int
Résultat WaitForChangedResult