terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
FileAttributes.cs File Reference

Go to the source code of this file.

Namespaces

namespace  System
 
namespace  System.IO
 

Enumerations

enum  System.IO.FileAttributes {
  System.IO.ReadOnly = 1 , System.IO.Hidden = 2 , System.IO.System = 4 , System.IO.Directory = 16 ,
  System.IO.Archive = 32 , System.IO.Device = 64 , System.IO.Normal = 128 , System.IO.Temporary = 256 ,
  System.IO.SparseFile = 512 , System.IO.ReparsePoint = 1024 , System.IO.Compressed = 2048 , System.IO.Offline = 4096 ,
  System.IO.NotContentIndexed = 8192 , System.IO.Encrypted = 16384 , System.IO.IntegrityStream = 32768 , System.IO.NoScrubData = 131072
}