Microsoft.Build.FileSystem Namespace
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.
Classes
MSBuildFileSystemBase |
Abstracts away some file system operations. Implementations:
|
Interfaces
IDirectoryCache |
Allows the implementor to intercept file existence checks and file enumerations performed during project evaluation. |
IDirectoryCacheFactory |
A provider of IDirectoryCache instances. To be implemented by MSBuild hosts that wish to intercept file existence checks and file enumerations performed during project evaluation. |
Delegates
FindPredicate |
A predicate taking file name. |
FindTransform<TResult> |
A function taking file name and returning an arbitrary result. |