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.
1
using
System
;
2
using
Cpp2IlInjected
;
3
4
namespace
ReLogic.Localization.IME
5
{
6
// Token: 0x02000B32 RID: 2866
7
public
class
UnsupportedPlatformIme
:
PlatformIme
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
53
public
UnsupportedPlatformIme
()
54
{
55
}
56
}
57
}
Cpp2IlInjected.AnalysisFailedException
Definition
AnalysisFailedException.cs:7
ReLogic.Localization.IME.PlatformIme
Definition
PlatformIme.cs:10
ReLogic.Localization.IME.UnsupportedPlatformIme.CompositionString
override string CompositionString
Definition
UnsupportedPlatformIme.cs:21
ReLogic.Localization.IME.UnsupportedPlatformIme.GetCandidate
override string GetCandidate(uint index)
Definition
UnsupportedPlatformIme.cs:47
ReLogic.Localization.IME.UnsupportedPlatformIme.UnsupportedPlatformIme
UnsupportedPlatformIme()
Definition
UnsupportedPlatformIme.cs:53
ReLogic.Localization.IME.UnsupportedPlatformIme.SelectedCandidate
override uint SelectedCandidate
Definition
UnsupportedPlatformIme.cs:40
ReLogic.Localization.IME.UnsupportedPlatformIme.IsCandidateListVisible
override bool IsCandidateListVisible
Definition
UnsupportedPlatformIme.cs:31
ReLogic.Localization.IME.UnsupportedPlatformIme.CandidateCount
override uint CandidateCount
Definition
UnsupportedPlatformIme.cs:12
ReLogic.Localization.IME.UnsupportedPlatformIme
Definition
UnsupportedPlatformIme.cs:8
Cpp2IlInjected
Definition
AnalysisFailedException.cs:4
ReLogic.Localization.IME
Definition
FnaIme.cs:5
System.ExceptionArgument.index
@ index
System
Definition
__ComObject.cs:4
source
ReLogic
Localization
IME
UnsupportedPlatformIme.cs
Generated by
1.10.0