Click or drag to resize

FileProcessor Methods

The FileProcessor type exposes the following members.

Methods
  Name Description
Public method AddTrackedDirectory Adds a directory to the list of directories tracked by this FileProcessor.
Public method ClearTrackedDirectories Empties the list of directories tracked by this FileProcessor.
Public method Dispose Releases all the resources used by the FileProcessor object.
Public method EnumerateWatchDirectories Forces enumeration of directories currently being watched.
Public method Equals Determines whether the specified object is equal to the current object.
(Inherited from Object)
Public method GetHashCode Serves as the default hash function.
(Inherited from Object)
Public method GetType Gets the Type of the current instance.
(Inherited from Object)
Public method MatchesFilter Determines if the given file matches the filter string provided through the Filter property.
Public method MatchesFolderExclusion Determines if the given folder matches the exclusion string provided through the FolderExclusion property.
Public method RemoveTrackedDirectory Removes a directory from the list of directories tracked by this FileProcessor.
Public method ResetIndexAndStatistics Resets the internal file index so all files can be reprocessed.
Public method StopEnumeration Stops all enumeration operations that are currently running.
Public method ToString Returns a string that represents the current object.
(Inherited from Object)
Top
Extension Methods
  Name Description
Public Extension Method GetEnumValueOrDefault Gets the enumeration constant for value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions)
Public Extension Method GetEnumValueOrDefaultT Gets the enumeration constant for this value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions)
Top
See Also