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.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
System.IO
4
{
5
// Token: 0x02000532 RID: 1330
6
[Flags]
7
public
enum
FileAccess
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
}
16
}
System.IO.FileAccess
FileAccess
Definition
FileAccess.cs:8
System.IO.FileAccess.Write
@ Write
System.IO.FileAccess.ReadWrite
@ ReadWrite
System.IO.FileAccess.Read
@ Read
System.IO
Definition
__Error.cs:4
System
Definition
__ComObject.cs:4
source
mscorlib
System
IO
FileAccess.cs
Generated by
1.10.0