C# Class System.IO.Abstractions.FileSystemWatcherBase

Inheritance: IDisposable
Afficher le fichier Open project: tathamoddie/System.IO.Abstractions Class Usage Examples

Méthodes publiques

Méthode Description
BeginInit ( ) : void
Dispose ( ) : void
Dispose ( bool disposing ) : void
EndInit ( ) : void
WaitForChanged ( WatcherChangeTypes changeType ) : WaitForChangedResult
WaitForChanged ( WatcherChangeTypes changeType, int timeout ) : WaitForChangedResult

Méthodes protégées

Méthode Description
OnChanged ( object sender, FileSystemEventArgs args ) : void
OnCreated ( object sender, FileSystemEventArgs args ) : void
OnDeleted ( object sender, FileSystemEventArgs args ) : void
OnError ( object sender, ErrorEventArgs args ) : void
OnRenamed ( object sender, RenamedEventArgs args ) : void

Method Details

BeginInit() public abstract méthode

public abstract BeginInit ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() public méthode

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

EndInit() public abstract méthode

public abstract EndInit ( ) : void
Résultat void

OnChanged() protected méthode

protected OnChanged ( object sender, FileSystemEventArgs args ) : void
sender object
args FileSystemEventArgs
Résultat void

OnCreated() protected méthode

protected OnCreated ( object sender, FileSystemEventArgs args ) : void
sender object
args FileSystemEventArgs
Résultat void

OnDeleted() protected méthode

protected OnDeleted ( object sender, FileSystemEventArgs args ) : void
sender object
args FileSystemEventArgs
Résultat void

OnError() protected méthode

protected OnError ( object sender, ErrorEventArgs args ) : void
sender object
args ErrorEventArgs
Résultat void

OnRenamed() protected méthode

protected OnRenamed ( object sender, RenamedEventArgs args ) : void
sender object
args RenamedEventArgs
Résultat void

WaitForChanged() public abstract méthode

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

WaitForChanged() public abstract méthode

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