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
ObjectConstructor.cs
Go to the documentation of this file.
1using System;
4
6{
7 // Token: 0x020000B6 RID: 182
9 public sealed class ObjectConstructor<T> : MulticastDelegate
10 {
11 // Token: 0x060006C0 RID: 1728 RVA: 0x00011EC4 File Offset: 0x000100C4
12 public ObjectConstructor(object @object, IntPtr method)
13 {
14 }
15
16 // Token: 0x060006C1 RID: 1729 RVA: 0x0000212A File Offset: 0x0000032A
17 public object Invoke(params object[] args)
18 {
19 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
20 }
21
22 // Token: 0x060006C2 RID: 1730 RVA: 0x0000212A File Offset: 0x0000032A
23 public IAsyncResult BeginInvoke(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: 0x060006C3 RID: 1731 RVA: 0x0000212A File Offset: 0x0000032A
29 public object EndInvoke(IAsyncResult result)
30 {
31 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
32 }
33 }
34}
class f__AnonymousType0<< Count > j__TPar
IAsyncResult BeginInvoke(object[] args, AsyncCallback callback, object @object)
ObjectConstructor(object @object, IntPtr method)