Safe
|
The SafeFileWatcher type exposes the following members.
Name | Description | |
---|---|---|
BeginInit | Begins the initialization of a SafeFileWatcher used on a form or used by another component. The initialization occurs at run time. | |
Dispose | Releases all the resources used by the SafeFileWatcher object. | |
Dispose(Boolean) | Releases the unmanaged resources used by the SafeFileWatcher object and optionally releases the managed resources. | |
EndInit | Ends the initialization of a SafeFileWatcher used on a form or used by another component. The initialization occurs at run time. | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
|
Finalize |
Terminates SafeFileWatcher instance making sure to release unmanaged resources.
(Overrides ObjectFinalize) |
|
GetHashCode | Serves as the default hash function. (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) |
|
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. |
Name | Description | |
---|---|---|
GetEnumValueOrDefault |
Gets the enumeration constant for value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions) |
|
GetEnumValueOrDefaultT |
Gets the enumeration constant for this value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions) |