File
|
The FileProcessor type exposes the following members.
Name | Description | |
---|---|---|
AddTrackedDirectory | Adds a directory to the list of directories tracked by this FileProcessor. | |
ClearTrackedDirectories | Empties the list of directories tracked by this FileProcessor. | |
Dispose | Releases all the resources used by the FileProcessor object. | |
EnumerateWatchDirectories | Forces enumeration of directories currently being watched. | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
|
GetHashCode | Serves as the default hash function. (Inherited from Object) |
|
GetType | Gets the Type of the current instance. (Inherited from Object) |
|
MatchesFilter | Determines if the given file matches the filter string provided through the Filter property. | |
MatchesFolderExclusion | Determines if the given folder matches the exclusion string provided through the FolderExclusion property. | |
RemoveTrackedDirectory | Removes a directory from the list of directories tracked by this FileProcessor. | |
ResetIndexAndStatistics | Resets the internal file index so all files can be reprocessed. | |
StopEnumeration | Stops all enumeration operations that are currently running. | |
ToString | Returns a string that represents the current object. (Inherited from Object) |
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) |