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
MethodCall.cs
Go to the documentation of this file.
1using System;
4
6{
7 // Token: 0x0200004D RID: 77
9 internal sealed class MethodCall<T, TResult> : MulticastDelegate
10 {
11 // Token: 0x060002EC RID: 748 RVA: 0x00008FAC File Offset: 0x000071AC
12 public MethodCall(object @object, IntPtr method)
13 {
14 }
15
16 // Token: 0x060002ED RID: 749 RVA: 0x0000212A File Offset: 0x0000032A
17 public TResult Invoke(T target, params object[] args)
18 {
19 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
20 }
21
22 // Token: 0x060002EE RID: 750 RVA: 0x0000212A File Offset: 0x0000032A
23 public IAsyncResult BeginInvoke(T target, object[] args, AsyncCallback callback, object @object)
24 {
25 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
26 }
27
28 // Token: 0x060002EF RID: 751 RVA: 0x0000212A File Offset: 0x0000032A
30 {
31 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
32 }
33 }
34}
class f__AnonymousType0<< Count > j__TPar
TResult Invoke(T target, params object[] args)
Definition MethodCall.cs:17
TResult EndInvoke(IAsyncResult result)
Definition MethodCall.cs:29
MethodCall(object @object, IntPtr method)
Definition MethodCall.cs:12
IAsyncResult BeginInvoke(T target, object[] args, AsyncCallback callback, object @object)
Definition MethodCall.cs:23