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
EncoderExceptionFallback.cs
Go to the documentation of this file.
1using System;
3
4namespace System.Text
5{
6 // Token: 0x0200026C RID: 620
9 {
10 // Token: 0x060014E6 RID: 5350 RVA: 0x0002BAA8 File Offset: 0x00029CA8
12 {
13 }
14
15 // Token: 0x060014E7 RID: 5351 RVA: 0x0000207A File Offset: 0x0000027A
17 {
18 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
19 }
20
21 // Token: 0x17000216 RID: 534
22 // (get) Token: 0x060014E8 RID: 5352 RVA: 0x0002BABC File Offset: 0x00029CBC
23 public override int MaxCharCount
24 {
25 get
26 {
27 }
28 }
29
30 // Token: 0x060014E9 RID: 5353 RVA: 0x0002BACC File Offset: 0x00029CCC
31 public override bool Equals(object value)
32 {
33 if (value != null)
34 {
35 return;
36 }
37 }
38
39 // Token: 0x060014EA RID: 5354 RVA: 0x0002BAE0 File Offset: 0x00029CE0
40 public override int GetHashCode()
41 {
42 return 654;
43 }
44 }
45}
override EncoderFallbackBuffer CreateFallbackBuffer()