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
FileMode.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
System.IO
4
{
5
// Token: 0x02000534 RID: 1332
6
public
enum
FileMode
7
{
8
// Token: 0x0400156C RID: 5484
9
CreateNew
= 1,
10
// Token: 0x0400156D RID: 5485
11
Create
,
12
// Token: 0x0400156E RID: 5486
13
Open
,
14
// Token: 0x0400156F RID: 5487
15
OpenOrCreate
,
16
// Token: 0x04001570 RID: 5488
17
Truncate
,
18
// Token: 0x04001571 RID: 5489
19
Append
20
}
21
}
System.IO.FileMode
FileMode
Definition
FileMode.cs:7
System.IO.FileMode.CreateNew
@ CreateNew
System.IO.FileMode.OpenOrCreate
@ OpenOrCreate
System.IO.FileMode.Append
@ Append
System.IO.FileMode.Create
@ Create
System.IO.FileMode.Truncate
@ Truncate
System.IO.FileMode.Open
@ Open
System.IO
Definition
__Error.cs:4
System
Definition
__ComObject.cs:4
source
mscorlib
System
IO
FileMode.cs
Generated by
1.10.0