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
Creator.cs
Go to the documentation of this file.
1using System;
4
6{
7 // Token: 0x0200006E RID: 110
9 internal sealed class Creator<T> : MulticastDelegate
10 {
11 // Token: 0x060003E1 RID: 993 RVA: 0x0000ADCC File Offset: 0x00008FCC
12 public Creator(object @object, IntPtr method)
13 {
14 }
15
16 // Token: 0x060003E2 RID: 994 RVA: 0x0000212A File Offset: 0x0000032A
17 public T Invoke()
18 {
19 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
20 }
21
22 // Token: 0x060003E3 RID: 995 RVA: 0x0000212A File Offset: 0x0000032A
23 public IAsyncResult BeginInvoke(AsyncCallback callback, object @object)
24 {
25 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
26 }
27
28 // Token: 0x060003E4 RID: 996 RVA: 0x0000212A File Offset: 0x0000032A
29 public T EndInvoke(IAsyncResult result)
30 {
31 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
32 }
33 }
34}
Creator(object @object, IntPtr method)
Definition Creator.cs:12
IAsyncResult BeginInvoke(AsyncCallback callback, object @object)
Definition Creator.cs:23
T EndInvoke(IAsyncResult result)
Definition Creator.cs:29