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
SerializationCallback.cs
Go to the documentation of this file.
1using System;
5
7{
8 // Token: 0x0200009A RID: 154
11 {
12 // Token: 0x0600054F RID: 1359 RVA: 0x0000DD0C File Offset: 0x0000BF0C
13 public SerializationCallback(object @object, IntPtr method)
14 {
16 this.m_target = @object;
18 this.method_code = this;
19 }
20
21 // Token: 0x06000550 RID: 1360 RVA: 0x0000DD6C File Offset: 0x0000BF6C
22 public void Invoke(object o, StreamingContext context)
23 {
26 IntPtr method = this.method;
27 }
28
29 // Token: 0x06000551 RID: 1361 RVA: 0x0000212A File Offset: 0x0000032A
30 public IAsyncResult BeginInvoke(object o, StreamingContext context, AsyncCallback callback, object @object)
31 {
32 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
33 }
34
35 // Token: 0x06000552 RID: 1362 RVA: 0x0000DD90 File Offset: 0x0000BF90
36 public void EndInvoke(IAsyncResult result)
37 {
38 }
39 }
40}
class f__AnonymousType0<< Count > j__TPar
void Invoke(object o, StreamingContext context)
IAsyncResult BeginInvoke(object o, StreamingContext context, AsyncCallback callback, object @object)
IntPtr method_code
Definition Delegate.cs:386
IntPtr invoke_impl
Definition Delegate.cs:371