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
FnaIme.cs
Go to the documentation of this file.
1using System;
3
5{
6 // Token: 0x02000B2F RID: 2863
7 internal class FnaIme : PlatformIme
8 {
9 // Token: 0x0600537D RID: 21373 RVA: 0x002849E0 File Offset: 0x00282BE0
10 public FnaIme()
11 {
12 }
13
14 // Token: 0x0600537E RID: 21374 RVA: 0x002849F4 File Offset: 0x00282BF4
15 private void OnCharCallback(char key)
16 {
17 if (this.<IsEnabled>k__BackingField)
18 {
19 base.OnKeyPress(key);
20 return;
21 }
22 }
23
24 // Token: 0x170008FC RID: 2300
25 // (get) Token: 0x0600537F RID: 21375 RVA: 0x00284A14 File Offset: 0x00282C14
26 public override uint CandidateCount
27 {
28 get
29 {
30 }
31 }
32
33 // Token: 0x170008FD RID: 2301
34 // (get) Token: 0x06005380 RID: 21376 RVA: 0x000021DB File Offset: 0x000003DB
35 public override string CompositionString
36 {
37 get
38 {
39 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
40 }
41 }
42
43 // Token: 0x170008FE RID: 2302
44 // (get) Token: 0x06005381 RID: 21377 RVA: 0x00284A24 File Offset: 0x00282C24
45 public override bool IsCandidateListVisible
46 {
47 get
48 {
49 }
50 }
51
52 // Token: 0x170008FF RID: 2303
53 // (get) Token: 0x06005382 RID: 21378 RVA: 0x00284A34 File Offset: 0x00282C34
54 public override uint SelectedCandidate
55 {
56 get
57 {
58 }
59 }
60
61 // Token: 0x06005383 RID: 21379 RVA: 0x000021DB File Offset: 0x000003DB
62 public override string GetCandidate(uint index)
63 {
64 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
65 }
66
67 // Token: 0x06005384 RID: 21380 RVA: 0x00284A44 File Offset: 0x00282C44
68 protected override void Dispose(bool disposing)
69 {
70 if (!this._disposedValue)
71 {
72 if (this.<IsEnabled>k__BackingField)
73 {
74 }
76 }
77 }
78
79 // Token: 0x06005385 RID: 21381 RVA: 0x00284A68 File Offset: 0x00282C68
80 protected override void Finalize()
81 {
82 base.Finalize();
83 }
84
85 // Token: 0x04008B30 RID: 35632
86 private bool _disposedValue;
87 }
88}
class f__AnonymousType0<< Count > j__TPar
override void Dispose(bool disposing)
Definition FnaIme.cs:68
override string CompositionString
Definition FnaIme.cs:36
override uint CandidateCount
Definition FnaIme.cs:27
override string GetCandidate(uint index)
Definition FnaIme.cs:62
override bool IsCandidateListVisible
Definition FnaIme.cs:46
override void Finalize()
Definition FnaIme.cs:80
override uint SelectedCandidate
Definition FnaIme.cs:55
void OnCharCallback(char key)
Definition FnaIme.cs:15