Microsoft.Build.Globbing 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
CompositeGlob |
A composite glob that returns a match for an input if any of its inner globs match the input (disjunction). |
MSBuildGlob |
Represents a parsed MSBuild glob. An MSBuild glob is composed of three parts:
|
MSBuildGlobWithGaps |
|
Structs
MSBuildGlob.MatchInfoResult |
Return type of MatchInfo(String) |
Interfaces
IMSBuildGlob |
Exposes the globbing semantics of the MSBuild engine. |