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
DecoderFallback.cs
Go to the documentation of this file.
1using System;
3
4namespace System.Text
5{
6 // Token: 0x02000264 RID: 612
8 public abstract class DecoderFallback
9 {
10 // Token: 0x17000207 RID: 519
11 // (get) Token: 0x060014A2 RID: 5282 RVA: 0x0000207A File Offset: 0x0000027A
13 {
14 get
15 {
16 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
17 }
18 }
19
20 // Token: 0x17000208 RID: 520
21 // (get) Token: 0x060014A3 RID: 5283 RVA: 0x0000207A File Offset: 0x0000027A
23 {
24 get
25 {
26 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
27 }
28 }
29
30 // Token: 0x060014A4 RID: 5284
32
33 // Token: 0x17000209 RID: 521
34 // (get) Token: 0x060014A5 RID: 5285
35 public abstract int MaxCharCount { get; }
36
37 // Token: 0x060014A6 RID: 5286 RVA: 0x0002B3F8 File Offset: 0x000295F8
38 protected DecoderFallback()
39 {
40 }
41
42 // Token: 0x04000AF0 RID: 2800
44
45 // Token: 0x04000AF1 RID: 2801
47 }
48}
static DecoderFallback ReplacementFallback
static DecoderFallback s_exceptionFallback
static DecoderFallback s_replacementFallback
static DecoderFallback ExceptionFallback
DecoderFallbackBuffer CreateFallbackBuffer()