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
UnescapeMode.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
System
4
{
5
// Token: 0x0200008F RID: 143
6
[Flags]
7
internal
enum
UnescapeMode
8
{
9
// Token: 0x0400021B RID: 539
10
CopyOnly
= 0,
11
// Token: 0x0400021C RID: 540
12
Escape
= 1,
13
// Token: 0x0400021D RID: 541
14
Unescape
= 2,
15
// Token: 0x0400021E RID: 542
16
EscapeUnescape
= 3,
17
// Token: 0x0400021F RID: 543
18
V1ToStringFlag
= 4,
19
// Token: 0x04000220 RID: 544
20
UnescapeAll
= 8,
21
// Token: 0x04000221 RID: 545
22
UnescapeAllOrThrow
= 24
23
}
24
}
System.UnescapeMode
UnescapeMode
Definition
UnescapeMode.cs:8
System.UnescapeMode.EscapeUnescape
@ EscapeUnescape
System.UnescapeMode.Unescape
@ Unescape
System.UnescapeMode.CopyOnly
@ CopyOnly
System.UnescapeMode.UnescapeAll
@ UnescapeAll
System.UnescapeMode.V1ToStringFlag
@ V1ToStringFlag
System.UnescapeMode.UnescapeAllOrThrow
@ UnescapeAllOrThrow
System.ConsoleKey.Escape
@ Escape
System
Definition
__ComObject.cs:4
source
System
UnescapeMode.cs
Generated by
1.10.0