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.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
System.IO
4
{
5
// Token: 0x02000556 RID: 1366
6
[Flags]
7
public
enum
FileAttributes
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
}
42
}
System.IO.Directory
Definition
Directory.cs:8
System.IO.FileAttributes
FileAttributes
Definition
FileAttributes.cs:8
System.IO.FileAttributes.Temporary
@ Temporary
System.IO.FileAttributes.ReadOnly
@ ReadOnly
System.IO.FileAttributes.ReparsePoint
@ ReparsePoint
System.IO.FileAttributes.NoScrubData
@ NoScrubData
System.IO.FileAttributes.Compressed
@ Compressed
System.IO.FileAttributes.SparseFile
@ SparseFile
System.IO.FileAttributes.Hidden
@ Hidden
System.IO.FileAttributes.Offline
@ Offline
System.IO.FileAttributes.Normal
@ Normal
System.IO.FileAttributes.IntegrityStream
@ IntegrityStream
System.IO.FileAttributes.Encrypted
@ Encrypted
System.IO.FileAttributes.Device
@ Device
System.IO.FileAttributes.Archive
@ Archive
System.IO.FileAttributes.NotContentIndexed
@ NotContentIndexed
System.IO
Definition
__Error.cs:4
System
Definition
__ComObject.cs:4
source
mscorlib
System
IO
FileAttributes.cs
Generated by
1.10.0