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
GUIPageContentController.cs
Go to the documentation of this file.
1using System;
4
5// Token: 0x020000E0 RID: 224
7{
8 // Token: 0x060005CC RID: 1484 RVA: 0x000112E8 File Offset: 0x0000F4E8
14
15 // Token: 0x060005CD RID: 1485 RVA: 0x0001130C File Offset: 0x0000F50C
21
22 // Token: 0x060005CE RID: 1486 RVA: 0x00011330 File Offset: 0x0000F530
23 public virtual int GetNavigationOutDirs()
24 {
25 }
26
27 // Token: 0x060005CF RID: 1487 RVA: 0x00011340 File Offset: 0x0000F540
29 {
30 /*
31An exception occurred when decompiling this method (060005CF)
32
33ICSharpCode.Decompiler.DecompilerException: Error decompiling System.Boolean GUIPageContentController::IsPageContoller(GUIControllerItem)
34
35 ---> System.Exception: Basic block has to end with unconditional control flow.
36{
37 Block_0:
38 stloc:GUIControllerPageGroup(var_0_13, callgetter:GUIControllerPageGroup(GUIPageIconGrouping::get_MenuController, callgetter:GUIPageIconGrouping(GUIPageContentController::get_ParentGrouping, ldloc:GUIPageContentController(this))))
39}
40
41 at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.FlattenBasicBlocks(ILNode node) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 1852
42 at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.Optimize(DecompilerContext context, ILBlock method, AutoPropertyProvider autoPropertyProvider, StateMachineKind& stateMachineKind, MethodDef& inlinedMethod, AsyncMethodDebugInfo& asyncInfo, ILAstOptimizationStep abortBeforeStep) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 355
43 at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(IEnumerable`1 parameters, MethodDebugInfoBuilder& builder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 123
44 at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(MethodDef methodDef, DecompilerContext context, AutoPropertyProvider autoPropertyProvider, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, StringBuilder sb, MethodDebugInfoBuilder& stmtsBuilder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 88
45 --- End of inner exception stack trace ---
46 at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(MethodDef methodDef, DecompilerContext context, AutoPropertyProvider autoPropertyProvider, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, StringBuilder sb, MethodDebugInfoBuilder& stmtsBuilder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 92
47 at ICSharpCode.Decompiler.Ast.AstBuilder.AddMethodBody(EntityDeclaration methodNode, EntityDeclaration& updatedNode, MethodDef method, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, MethodKind methodKind) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstBuilder.cs:line 1683
48*/;
49 }
50
51 // Token: 0x170000AB RID: 171
52 // (get) Token: 0x060005D0 RID: 1488 RVA: 0x00011360 File Offset: 0x0000F560
66
67 // Token: 0x060005D1 RID: 1489 RVA: 0x00011398 File Offset: 0x0000F598
68 public void LoadPageAnchor()
69 {
70 if (this.ParentGrouping != null)
71 {
73 return;
74 }
75 }
76
77 // Token: 0x060005D2 RID: 1490 RVA: 0x000113BC File Offset: 0x0000F5BC
78 public virtual void Activate()
79 {
80 }
81
82 // Token: 0x060005D3 RID: 1491 RVA: 0x000021DB File Offset: 0x000003DB
84 {
85 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
86 }
87
88 // Token: 0x060005D4 RID: 1492 RVA: 0x000113CC File Offset: 0x0000F5CC
90 {
91 }
92
93 // Token: 0x060005D5 RID: 1493 RVA: 0x000113DC File Offset: 0x0000F5DC
94 public virtual void NavigateInto(int column, int row)
95 {
96 }
97
98 // Token: 0x040004B7 RID: 1207
100
101 // Token: 0x040004B8 RID: 1208
103
104 // Token: 0x040004B9 RID: 1209
105 public int ResearchButton;
106}
class f__AnonymousType0<< Count > j__TPar
readonly GUIPageIcons.Category PageCategory
bool IsPageContoller(GUIControllerItem item)
virtual void NavigateInto(int column, int row)
GUIPageContentController(GUIPageIcons.Category pageCategory)
virtual Rectangle GetSelectedItemRegion()
readonly GUIPageIconGrouping.SettingCategory SettingCategory
GUIPageContentController(GUIPageIconGrouping.SettingCategory settingCategory)
virtual GUIControllerItem Navigate(Vector2 navigationVector)
GUIPageIconGrouping GetSettingGrouping(GUIPageIconGrouping.SettingCategory category)
static InterfaceProfile_Layout Active