Click or drag to resize

IFileMatcher Interface

This interface is used to call a file matching mechanism from the background worker thread managed within a FileSearcher instance. Furthermore it is used by the File/Folder change notification.

Namespace: Jam.Shell
Assembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntax
public interface IFileMatcher

The IFileMatcher type exposes the following members.

Methods
 NameDescription
Public methodFileMatches Check if a file matches
Top
See Also