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
MessageBox.cs
Go to the documentation of this file.
1using System;
8
10{
11 // Token: 0x02000354 RID: 852
12 public static class MessageBox
13 {
14 // Token: 0x17000268 RID: 616
15 // (get) Token: 0x060015E3 RID: 5603 RVA: 0x000021DB File Offset: 0x000003DB
16 // (set) Token: 0x060015E4 RID: 5604 RVA: 0x00061548 File Offset: 0x0005F748
17 public static bool IsVisible
18 {
20 get
21 {
22 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
23 }
25 private set
26 {
27 }
28 }
29
30 // Token: 0x060015E5 RID: 5605 RVA: 0x00061558 File Offset: 0x0005F758
31 public static Task<int?> Show(string title, string description, IEnumerable<string> buttons)
32 {
33 if (!true)
34 {
35 }
37 Task task;
38 return task;
39 }
40
41 // Token: 0x060015E6 RID: 5606 RVA: 0x00061570 File Offset: 0x0005F770
42 public static void Cancel(int? result)
43 {
44 }
45
46 // Token: 0x040023F0 RID: 9200
48 private static bool <IsVisible>k__BackingField;
49
50 // Token: 0x02000355 RID: 853
52 [StructLayout(3)]
54 {
55 // Token: 0x060015E7 RID: 5607 RVA: 0x00061580 File Offset: 0x0005F780
56 private void MoveNext()
57 {
58 IEnumerable<string> enumerable = this.buttons;
59 }
60
61 // Token: 0x060015E8 RID: 5608 RVA: 0x0006159C File Offset: 0x0005F79C
66
67 // Token: 0x040023F1 RID: 9201
69
70 // Token: 0x040023F2 RID: 9202
72
73 // Token: 0x040023F3 RID: 9203
75 }
76 }
77}
class f__AnonymousType0<< Count > j__TPar
static bool< IsVisible > k__BackingField
Definition MessageBox.cs:48
static Task< int?> Show(string title, string description, IEnumerable< string > buttons)
Definition MessageBox.cs:31
static void Cancel(int? result)
Definition MessageBox.cs:42
void SetStateMachine(IAsyncStateMachine stateMachine)
Definition MessageBox.cs:63
AsyncTaskMethodBuilder< int?><> t__builder
Definition MessageBox.cs:71