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
ExtensionDataSetter.cs
Go to the documentation of this file.
1using System;
4
6{
7 // Token: 0x0200009C RID: 156
10 {
11 // Token: 0x06000557 RID: 1367 RVA: 0x0000DE24 File Offset: 0x0000C024
12 public ExtensionDataSetter(object @object, IntPtr method)
13 {
15 this.m_target = @object;
17 this.method_code = this;
18 }
19
20 // Token: 0x06000558 RID: 1368 RVA: 0x0000DE84 File Offset: 0x0000C084
21 public void Invoke(object o, string key, object value)
22 {
25 IntPtr method = this.method;
26 }
27
28 // Token: 0x06000559 RID: 1369 RVA: 0x0000212A File Offset: 0x0000032A
29 public IAsyncResult BeginInvoke(object o, string key, object value, AsyncCallback callback, object @object)
30 {
31 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
32 }
33
34 // Token: 0x0600055A RID: 1370 RVA: 0x0000DEA8 File Offset: 0x0000C0A8
35 public void EndInvoke(IAsyncResult result)
36 {
37 }
38 }
39}
class f__AnonymousType0<< Count > j__TPar
IAsyncResult BeginInvoke(object o, string key, object value, AsyncCallback callback, object @object)
void Invoke(object o, string key, object value)
IntPtr method_code
Definition Delegate.cs:386
IntPtr invoke_impl
Definition Delegate.cs:371