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
DecoderExceptionFallback.cs
Go to the documentation of this file.
1using System;
3
4namespace System.Text
5{
6 // Token: 0x02000261 RID: 609
9 {
10 // Token: 0x06001495 RID: 5269 RVA: 0x0002B2E4 File Offset: 0x000294E4
12 {
13 }
14
15 // Token: 0x06001496 RID: 5270 RVA: 0x0000207A File Offset: 0x0000027A
17 {
18 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
19 }
20
21 // Token: 0x17000205 RID: 517
22 // (get) Token: 0x06001497 RID: 5271 RVA: 0x0002B2F8 File Offset: 0x000294F8
23 public override int MaxCharCount
24 {
25 get
26 {
27 }
28 }
29
30 // Token: 0x06001498 RID: 5272 RVA: 0x0002B308 File Offset: 0x00029508
31 public override bool Equals(object value)
32 {
33 if (value != null)
34 {
35 return;
36 }
37 }
38
39 // Token: 0x06001499 RID: 5273 RVA: 0x0002B31C File Offset: 0x0002951C
40 public override int GetHashCode()
41 {
42 return 879;
43 }
44 }
45}
override DecoderFallbackBuffer CreateFallbackBuffer()