terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
FnaIme.cs
Go to the documentation of this file.
1using System;
4
6{
7 [global::Cpp2ILInjected.Token(Token = "0x2000B2F")]
8 internal class FnaIme : PlatformIme
9 {
10 [global::Cpp2ILInjected.Token(Token = "0x600537D")]
11 [global::Cpp2ILInjected.Address(RVA = "0x944750", Offset = "0x944750", Length = "0x4")]
12 [global::Cpp2ILInjected.CallAnalysis.CallAnalysisNotSupported]
13 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
14 public FnaIme()
15 {
16 throw null;
17 }
18
19 [global::Cpp2ILInjected.Token(Token = "0x600537E")]
20 [global::Cpp2ILInjected.Address(RVA = "0x9447D8", Offset = "0x9447D8", Length = "0x10")]
21 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
22 private void OnCharCallback(char key)
23 {
24 throw null;
25 }
26
27 [global::Cpp2ILInjected.Token(Token = "0x170008FC")]
28 public override uint CandidateCount
29 {
30 [global::Cpp2ILInjected.Token(Token = "0x600537F")]
31 [global::Cpp2ILInjected.Address(RVA = "0x944928", Offset = "0x944928", Length = "0x8")]
32 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
33 get
34 {
35 throw null;
36 }
37 }
38
39 [global::Cpp2ILInjected.Token(Token = "0x170008FD")]
40 public override string CompositionString
41 {
42 [global::Cpp2ILInjected.Token(Token = "0x6005380")]
43 [global::Cpp2ILInjected.Address(RVA = "0x944930", Offset = "0x944930", Length = "0x48")]
44 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
45 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
46 get
47 {
48 throw null;
49 }
50 }
51
52 [global::Cpp2ILInjected.Token(Token = "0x170008FE")]
53 public override bool IsCandidateListVisible
54 {
55 [global::Cpp2ILInjected.Token(Token = "0x6005381")]
56 [global::Cpp2ILInjected.Address(RVA = "0x944978", Offset = "0x944978", Length = "0x8")]
57 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
58 get
59 {
60 throw null;
61 }
62 }
63
64 [global::Cpp2ILInjected.Token(Token = "0x170008FF")]
65 public override uint SelectedCandidate
66 {
67 [global::Cpp2ILInjected.Token(Token = "0x6005382")]
68 [global::Cpp2ILInjected.Address(RVA = "0x944980", Offset = "0x944980", Length = "0x8")]
69 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
70 get
71 {
72 throw null;
73 }
74 }
75
76 [global::Cpp2ILInjected.Token(Token = "0x6005383")]
77 [global::Cpp2ILInjected.Address(RVA = "0x944988", Offset = "0x944988", Length = "0x48")]
78 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
79 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
80 public override string GetCandidate(uint index)
81 {
82 throw null;
83 }
84
85 [global::Cpp2ILInjected.Token(Token = "0x6005384")]
86 [global::Cpp2ILInjected.Address(RVA = "0x9449D0", Offset = "0x9449D0", Length = "0x40")]
87 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
88 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
89 protected override void Dispose(bool disposing)
90 {
91 throw null;
92 }
93
94 [global::Cpp2ILInjected.Token(Token = "0x6005385")]
95 [global::Cpp2ILInjected.Address(RVA = "0x944A3C", Offset = "0x944A3C", Length = "0x98")]
96 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
97 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
98 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(PlatformIme), Member = "Finalize", ReturnType = typeof(void))]
99 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 6)]
100 protected override void Finalize()
101 {
102 throw null;
103 }
104
105 [global::Cpp2ILInjected.Token(Token = "0x4008B30")]
106 [global::Cpp2ILInjected.FieldOffset(Offset = "0x21")]
107 private bool _disposedValue;
108 }
109}
class f__AnonymousType0<< Count > j__TPar
override void Dispose(bool disposing)
Definition FnaIme.cs:89
override string CompositionString
Definition FnaIme.cs:41
override uint CandidateCount
Definition FnaIme.cs:29
override string GetCandidate(uint index)
Definition FnaIme.cs:80
override bool IsCandidateListVisible
Definition FnaIme.cs:54
override uint SelectedCandidate
Definition FnaIme.cs:66
void OnCharCallback(char key)
Definition FnaIme.cs:22