FileSystemWatcher
FileSystemWatcher()
FileSystemWatcher(String)
FileSystemWatcher(String, String)
EnableRaisingEvents
Filter
Filters
IncludeSubdirectories
InternalBufferSize
NotifyFilter
Path
Site
SynchronizingObject
BeginInit()
Dispose()
Dispose(Boolean)
EndInit()
OnChanged(FileSystemEventArgs)
OnCreated(FileSystemEventArgs)
OnDeleted(FileSystemEventArgs)
OnError(ErrorEventArgs)
OnRenamed(RenamedEventArgs)
WaitForChanged(WatcherChangeTypes)
WaitForChanged(WatcherChangeTypes, Int32)
WaitForChanged(WatcherChangeTypes, TimeSpan)
Changed
Created
Deleted
Error
Renamed
net9.0
namespace System.IO
{
public class FileSystemWatcher : Component, ISupportInitialize
{
public WaitForChangedResult WaitForChanged(WatcherChangeTypes changeType, TimeSpan timeout);
}
}
nuget.org | 0.0 %
Reference this API |
---|---|
Design Reviews |
|
.NET | 7.08.09.0 |
Information specific to net9.0 | |
Assembly | System.IO.FileSystem.Watcher , Version=9.0.0.0, PublicKeyToken=b03f5f7f11d50a3a |
Referencing | The API is automatically referenced. |
Platform Restrictions | This API is supported on any platform except for these:
|
- Built-in API
- Package-provided API