Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.IO.EnumerationOptions Class Reference

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
 

Detailed Description

Definition at line 3 of file EnumerationOptions.cs.


The documentation for this class was generated from the following file: