<PackageReference Include="NETStandard.Library" Version="2.0.0-preview2-25401-01" />

System.IO.FileSystemWatcher

public bool EnableRaisingEvents { get; set; }

public string Filter { get; set; }

public bool IncludeSubdirectories { get; set; }

public int InternalBufferSize { get; set; }

public NotifyFilters NotifyFilter { get; set; }

public string Path { get; set; }

public event ErrorEventHandler Error

public FileSystemWatcher(string path)

public FileSystemWatcher(string path, string filter)

public void BeginInit()

public void EndInit()

protected void OnChanged(FileSystemEventArgs e)

protected void OnCreated(FileSystemEventArgs e)

protected void OnDeleted(FileSystemEventArgs e)

protected void OnError(ErrorEventArgs e)

protected void OnRenamed(RenamedEventArgs e)

public WaitForChangedResult WaitForChanged(WatcherChangeTypes changeType, int timeout)