Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
EnumerationOptions () | |
Static Package Functions | |
static EnumerationOptions | FromSearchOption (SearchOption searchOption) |
Properties | |
static EnumerationOptions | Compatible [get] |
static EnumerationOptions | CompatibleRecursive [get] |
static EnumerationOptions | Default = new EnumerationOptions() [get] |
bool | RecurseSubdirectories [get, set] |
bool | IgnoreInaccessible [get, set] |
int | BufferSize [get, set] |
FileAttributes | AttributesToSkip [get, set] |
MatchType | MatchType [get, set] |
MatchCasing | MatchCasing [get, set] |
int | MaxRecursionDepth [get, set] |
bool | ReturnSpecialDirectories [get, set] |
Private Attributes | |
int | _maxRecursionDepth |
Definition at line 3 of file EnumerationOptions.cs.