Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

Matcher.Execute(DirectoryInfoBase) Method

Definition

Namespace:
Microsoft.Extensions.FileSystemGlobbing
Assembly:
Microsoft.Extensions.FileSystemGlobbing.dll
Package:
Microsoft.Extensions.FileSystemGlobbing v11.0.0-preview.5.26302.115
Source:
Matcher.cs
Source:
Matcher.cs
Source:
Matcher.cs
Source:
Matcher.cs

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.

Searches the directory specified for all files matching patterns added to this instance of Matcher.

public:
 virtual Microsoft::Extensions::FileSystemGlobbing::PatternMatchingResult ^ Execute(Microsoft::Extensions::FileSystemGlobbing::Abstractions::DirectoryInfoBase ^ directoryInfo);
public virtual Microsoft.Extensions.FileSystemGlobbing.PatternMatchingResult Execute(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase directoryInfo);
abstract member Execute : Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase -> Microsoft.Extensions.FileSystemGlobbing.PatternMatchingResult
override this.Execute : Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase -> Microsoft.Extensions.FileSystemGlobbing.PatternMatchingResult
Public Overridable Function Execute (directoryInfo As DirectoryInfoBase) As PatternMatchingResult

Parameters

directoryInfo
DirectoryInfoBase

The root directory for the search.

Returns

Always returns an instance of PatternMatchingResult, even if no files were matched.

Applies to


Feedback

Was this page helpful?