terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ FileAttributes

Enumerator
ReadOnly 
Hidden 
System 
Directory 
Archive 
Device 
Normal 
Temporary 
SparseFile 
ReparsePoint 
Compressed 
Offline 
NotContentIndexed 
Encrypted 
IntegrityStream 
NoScrubData 

Definition at line 7 of file FileAttributes.cs.

8 {
9 // Token: 0x040015E2 RID: 5602
10 ReadOnly = 1,
11 // Token: 0x040015E3 RID: 5603
12 Hidden = 2,
13 // Token: 0x040015E4 RID: 5604
14 System = 4,
15 // Token: 0x040015E5 RID: 5605
16 Directory = 16,
17 // Token: 0x040015E6 RID: 5606
18 Archive = 32,
19 // Token: 0x040015E7 RID: 5607
20 Device = 64,
21 // Token: 0x040015E8 RID: 5608
22 Normal = 128,
23 // Token: 0x040015E9 RID: 5609
24 Temporary = 256,
25 // Token: 0x040015EA RID: 5610
26 SparseFile = 512,
27 // Token: 0x040015EB RID: 5611
28 ReparsePoint = 1024,
29 // Token: 0x040015EC RID: 5612
30 Compressed = 2048,
31 // Token: 0x040015ED RID: 5613
32 Offline = 4096,
33 // Token: 0x040015EE RID: 5614
34 NotContentIndexed = 8192,
35 // Token: 0x040015EF RID: 5615
36 Encrypted = 16384,
37 // Token: 0x040015F0 RID: 5616
38 IntegrityStream = 32768,
39 // Token: 0x040015F1 RID: 5617
40 NoScrubData = 131072
41 }