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

◆ Check

Enumerator
None 
EscapedCanonical 
DisplayCanonical 
DotSlashAttn 
DotSlashEscaped 
BackslashInPath 
ReservedFound 
NotIriCanonical 
FoundNonAscii 

Definition at line 2763 of file Uri.cs.

2764 {
2765 // Token: 0x040001E4 RID: 484
2766 None = 0,
2767 // Token: 0x040001E5 RID: 485
2768 EscapedCanonical = 1,
2769 // Token: 0x040001E6 RID: 486
2770 DisplayCanonical = 2,
2771 // Token: 0x040001E7 RID: 487
2772 DotSlashAttn = 4,
2773 // Token: 0x040001E8 RID: 488
2774 DotSlashEscaped = 128,
2775 // Token: 0x040001E9 RID: 489
2776 BackslashInPath = 16,
2777 // Token: 0x040001EA RID: 490
2778 ReservedFound = 32,
2779 // Token: 0x040001EB RID: 491
2780 NotIriCanonical = 64,
2781 // Token: 0x040001EC RID: 492
2782 FoundNonAscii = 8
2783 }