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
UnsupportedPlatformIme.cs
Go to the documentation of this file.
1using System;
3
5{
6 // Token: 0x02000B32 RID: 2866
8 {
9 // Token: 0x1700090A RID: 2314
10 // (get) Token: 0x060053A2 RID: 21410 RVA: 0x00284BCC File Offset: 0x00282DCC
11 public override uint CandidateCount
12 {
13 get
14 {
15 }
16 }
17
18 // Token: 0x1700090B RID: 2315
19 // (get) Token: 0x060053A3 RID: 21411 RVA: 0x000021DB File Offset: 0x000003DB
20 public override string CompositionString
21 {
22 get
23 {
24 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
25 }
26 }
27
28 // Token: 0x1700090C RID: 2316
29 // (get) Token: 0x060053A4 RID: 21412 RVA: 0x00284BDC File Offset: 0x00282DDC
30 public override bool IsCandidateListVisible
31 {
32 get
33 {
34 }
35 }
36
37 // Token: 0x1700090D RID: 2317
38 // (get) Token: 0x060053A5 RID: 21413 RVA: 0x00284BEC File Offset: 0x00282DEC
39 public override uint SelectedCandidate
40 {
41 get
42 {
43 }
44 }
45
46 // Token: 0x060053A6 RID: 21414 RVA: 0x000021DB File Offset: 0x000003DB
47 public override string GetCandidate(uint index)
48 {
49 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
50 }
51
52 // Token: 0x060053A7 RID: 21415 RVA: 0x00284BFC File Offset: 0x00282DFC
54 {
55 }
56 }
57}