C# Класс GlobDir.Glob

Показать файл Открыть проект

Открытые методы

Метод Описание
GetMatches ( string pattern, Constants flags = Constants.IgnoreCase|Constants.PathName|Constants.NoEscape ) : IEnumerable
HasGlobPattern ( string s ) : bool

Приватные методы

Метод Описание
AppendExplicitRegexChar ( StringBuilder builder, char c ) : void
FnMatch ( string pattern, string path, Constants flags ) : bool
GetMatches ( PlatformAdaptationLayer pal, string pattern, Constants flags ) : IEnumerable
PatternToRegex ( string pattern, bool pathName, bool noEscape ) : string
UngroupGlobs ( string pattern, bool noEscape ) : string[]

Описание методов

GetMatches() публичный статический Метод

public static GetMatches ( string pattern, Constants flags = Constants.IgnoreCase|Constants.PathName|Constants.NoEscape ) : IEnumerable
pattern string
flags Constants
Результат IEnumerable

HasGlobPattern() публичный статический Метод

public static HasGlobPattern ( string s ) : bool
s string
Результат bool