共用方式為


MatcherExtensions 類別

定義

public ref class MatcherExtensions abstract sealed
public static class MatcherExtensions
type MatcherExtensions = class
Public Module MatcherExtensions
繼承
MatcherExtensions

方法

AddExcludePatterns(Matcher, IEnumerable<String>[])

將多個排除模式新增至 Matcher

AddIncludePatterns(Matcher, IEnumerable<String>[])

新增多個要包含在 Matcher 中模式。

GetResultsInFullPath(Matcher, String)

為新增至此 Matcher 執行個體之所有符合模式的檔案,搜尋指定的目錄。

Match(Matcher, IEnumerable<String>)

將傳入的檔案與比對器中模式比對,而無需進入磁碟。

Match(Matcher, String)

將傳入的檔案與比對器中模式比對,而無需進入磁碟。

Match(Matcher, String, IEnumerable<String>)

將傳入的檔案與比對器中模式比對,而無需進入磁碟。

Match(Matcher, String, String)

將傳入的檔案與比對器中模式比對,而無需進入磁碟。

適用於