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
AddingNewEventHandler.cs
Go to the documentation of this file.
1using System;
4
6{
7 // Token: 0x02000003 RID: 3
10 {
11 // Token: 0x06000005 RID: 5 RVA: 0x000020A8 File Offset: 0x000002A8
12 public AddingNewEventHandler(object @object, IntPtr method)
13 {
15 this.m_target = @object;
17 this.method_code = this;
18 }
19
20 // Token: 0x06000006 RID: 6 RVA: 0x00002108 File Offset: 0x00000308
21 public void Invoke(object sender, AddingNewEventArgs e)
22 {
25 IntPtr method = this.method;
26 }
27
28 // Token: 0x06000007 RID: 7 RVA: 0x0000212A File Offset: 0x0000032A
29 public IAsyncResult BeginInvoke(object sender, AddingNewEventArgs e, AsyncCallback callback, object @object)
30 {
31 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
32 }
33
34 // Token: 0x06000008 RID: 8 RVA: 0x00002138 File Offset: 0x00000338
35 public void EndInvoke(IAsyncResult result)
36 {
37 }
38 }
39}
class f__AnonymousType0<< Count > j__TPar
void Invoke(object sender, AddingNewEventArgs e)
IAsyncResult BeginInvoke(object sender, AddingNewEventArgs e, AsyncCallback callback, object @object)
AddingNewEventHandler(object @object, IntPtr method)
IntPtr method_code
Definition Delegate.cs:386
IntPtr invoke_impl
Definition Delegate.cs:371