RanorexRanorex Documentation
FileChangeWatcher Class
NamespacesRanorex.CoreFileChangeWatcher
Provides functionality to detect file modification.
Declaration Syntax
C#Visual BasicVisual C++
public class FileChangeWatcher : IDisposable
Public Class FileChangeWatcher
	Implements IDisposable
public ref class FileChangeWatcher : IDisposable
Members
All MembersConstructorsMethodsEvents



IconMemberDescription
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)
Determines whether the specified Object is equal to the current 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.)
Inheritance Hierarchy
Object
FileChangeWatcher

Assembly: Ranorex.Core (Module: Ranorex.Core.dll) Version: 4.0.4.23593 (4.0.4.23593)