IDirectoryCache Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Allows the implementor to intercept file existence checks and file enumerations performed during project evaluation.
public interface class IDirectoryCache
public interface IDirectoryCache
type IDirectoryCache = interface
Public Interface IDirectoryCache
Methods
DirectoryExists(String) |
Returns |
EnumerateDirectories<TResult>(String, String, FindPredicate, FindTransform<TResult>) |
Enumerates subdirectories in the given directory only (non-recursively). |
EnumerateFiles<TResult>(String, String, FindPredicate, FindTransform<TResult>) |
Enumerates files in the given directory only (non-recursively). |
FileExists(String) |
Returns |