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
◆
FileAccess
enum
System.IO.FileAccess
Enumerator
Read
Write
ReadWrite
Definition at line
7
of file
FileAccess.cs
.
8
{
9
// Token: 0x04001566 RID: 5478
10
Read
= 1,
11
// Token: 0x04001567 RID: 5479
12
Write
= 2,
13
// Token: 0x04001568 RID: 5480
14
ReadWrite
= 3
15
}
System.IO.FileAccess.ReadWrite
@ ReadWrite
System.IOOperation.Write
@ Write
System.IOOperation.Read
@ Read
System
IO
Generated by
1.10.0