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
HandledEventHandler.cs
Go to the documentation of this file.
1using System;
3
5{
6 // Token: 0x0200037B RID: 891
8 {
9 // Token: 0x0600175F RID: 5983 RVA: 0x00043588 File Offset: 0x00041788
10 public HandledEventHandler(object @object, IntPtr method)
11 {
13 this.m_target = @object;
15 this.method_code = this;
16 }
17
18 // Token: 0x06001760 RID: 5984 RVA: 0x000435E8 File Offset: 0x000417E8
19 public void Invoke(object sender, HandledEventArgs e)
20 {
23 IntPtr method = this.method;
24 }
25
26 // Token: 0x06001761 RID: 5985 RVA: 0x00002050 File Offset: 0x00000250
27 public IAsyncResult BeginInvoke(object sender, HandledEventArgs e, AsyncCallback callback, object @object)
28 {
29 throw new global::Cpp2IlInjected.AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
30 }
31
32 // Token: 0x06001762 RID: 5986 RVA: 0x0004360C File Offset: 0x0004180C
33 public void EndInvoke(IAsyncResult result)
34 {
35 }
36 }
37}
class f__AnonymousType0<< Count > j__TPar
void Invoke(object sender, HandledEventArgs e)
HandledEventHandler(object @object, IntPtr method)
IAsyncResult BeginInvoke(object sender, HandledEventArgs e, AsyncCallback callback, object @object)
IntPtr method_code
Definition Delegate.cs:386
IntPtr invoke_impl
Definition Delegate.cs:371