Provides functionality to detect file modification.
| C# | Visual Basic | Visual C++ |
public class FileChangeWatcher : IDisposable
Public Class FileChangeWatcher Implements IDisposable
public ref class FileChangeWatcher : IDisposable
| All Members | Constructors | Methods | Events | ||
| Icon | Member | Description |
|---|---|---|
| FileChangeWatcher(String) |
Initializes a new instance of the FileChangeWatcher class.
| |
| ClearActiveFileWatchers()()()() |
Clears the active file watchers.
| |
| ClearActiveFileWatchers(IList<(Of <<'(String>)>>)) |
Clears the active file watchers.
| |
| Dispose()()()() |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
| |
| Equals(Object) | (Inherited from Object.) | |
| FileChanged |
Occurs when the watched file has been changed.
| |
| Finalize()()()() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetActiveFileWatcher(String) |
Gets the active file watcher.
| |
| GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType()()()() | Gets the type of the current instance. (Inherited from Object.) | |
| MemberwiseClone()()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
| Object | |
| FileChangeWatcher | |
Assembly: Ranorex.Core (Module: Ranorex.Core.dll) Version: 4.0.4.23593 (4.0.4.23593)