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
PropertyChangingEventHandler.cs
Go to the documentation of this file.
1using System;
4
6{
7 // Token: 0x0200000A RID: 10
10 {
11 // Token: 0x06000029 RID: 41 RVA: 0x0000244C File Offset: 0x0000064C
13 {
15 this.m_target = @object;
17 this.method_code = this;
18 }
19
20 // Token: 0x0600002A RID: 42 RVA: 0x000024AC File Offset: 0x000006AC
22 {
25 IntPtr method = this.method;
26 }
27
28 // Token: 0x0600002B RID: 43 RVA: 0x0000212A File Offset: 0x0000032A
29 public IAsyncResult BeginInvoke(object sender, PropertyChangingEventArgs e, AsyncCallback callback, object @object)
30 {
31 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
32 }
33
34 // Token: 0x0600002C RID: 44 RVA: 0x000024D0 File Offset: 0x000006D0
35 public void EndInvoke(IAsyncResult result)
36 {
37 }
38 }
39}
class f__AnonymousType0<< Count > j__TPar
void Invoke(object sender, PropertyChangingEventArgs e)
IAsyncResult BeginInvoke(object sender, PropertyChangingEventArgs e, AsyncCallback callback, object @object)
IntPtr method_code
Definition Delegate.cs:386
IntPtr invoke_impl
Definition Delegate.cs:371