Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
FileOptions.cs File Reference

Go to the source code of this file.

Namespaces

namespace  System
 
namespace  System.IO
 

Enumerations

enum  System.IO.FileOptions {
  System.IO.None = 0 , System.IO.WriteThrough = int.MinValue , System.IO.Asynchronous = 0x40000000 , System.IO.RandomAccess = 0x10000000 ,
  System.IO.DeleteOnClose = 0x4000000 , System.IO.SequentialScan = 0x8000000 , System.IO.Encrypted = 0x4000
}