FileSystemWatcher Methods
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() | BeginInit() | Begins the initialization of a FileSystemWatcher used on a form or used by another component. The initialization occurs at run time. |
![]() | CreateObjRef(Type) | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.(Inherited from MarshalByRefObject.) |
![]() | Dispose() | |
![]() | Dispose(Boolean) | Releases the unmanaged resources used by the FileSystemWatcher and optionally releases the managed resources.(Overrides Component.Dispose(Boolean).) |
![]() | EndInit() | Ends the initialization of a FileSystemWatcher used on a form or used by another component. The initialization occurs at run time. |
![]() | Equals(Object) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetLifetimeService() | Retrieves the current lifetime service object that controls the lifetime policy for this instance.(Inherited from MarshalByRefObject.) |
![]() | GetService(Type) | |
![]() | GetType() | |
![]() | InitializeLifetimeService() | Obtains a lifetime service object to control the lifetime policy for this instance.(Inherited from MarshalByRefObject.) |
![]() | MemberwiseClone() | |
![]() | MemberwiseClone(Boolean) | Creates a shallow copy of the current MarshalByRefObject object.(Inherited from MarshalByRefObject.) |
![]() | OnChanged(FileSystemEventArgs) | Raises the Changed event. |
![]() | OnCreated(FileSystemEventArgs) | Raises the Created event. |
![]() | OnDeleted(FileSystemEventArgs) | Raises the Deleted event. |
![]() | OnError(ErrorEventArgs) | Raises the Error event. |
![]() | OnRenamed(RenamedEventArgs) | Raises the Renamed event. |
![]() | ToString() | |
![]() | WaitForChanged(WatcherChangeTypes) | A synchronous method that returns a structure that contains specific information on the change that occurred, given the type of change you want to monitor. |
![]() | WaitForChanged(WatcherChangeTypes, Int32) | A synchronous method that returns a structure that contains specific information on the change that occurred, given the type of change you want to monitor and the time (in milliseconds) to wait before timing out. |

