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
SerializationErrorCallback.cs
Go to the documentation of this file.
1using System;
5
7{
8 // Token: 0x0200009B RID: 155
11 {
12 // Token: 0x06000553 RID: 1363 RVA: 0x0000DDA0 File Offset: 0x0000BFA0
14 {
16 this.m_target = @object;
18 this.method_code = this;
19 }
20
21 // Token: 0x06000554 RID: 1364 RVA: 0x0000DDF0 File Offset: 0x0000BFF0
22 public void Invoke(object o, StreamingContext context, ErrorContext errorContext)
23 {
26 IntPtr method = this.method;
27 }
28
29 // Token: 0x06000555 RID: 1365 RVA: 0x0000212A File Offset: 0x0000032A
30 public IAsyncResult BeginInvoke(object o, StreamingContext context, ErrorContext errorContext, AsyncCallback callback, object @object)
31 {
32 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
33 }
34
35 // Token: 0x06000556 RID: 1366 RVA: 0x0000DE14 File Offset: 0x0000C014
36 public void EndInvoke(IAsyncResult result)
37 {
38 }
39 }
40}
class f__AnonymousType0<< Count > j__TPar
void Invoke(object o, StreamingContext context, ErrorContext errorContext)
IAsyncResult BeginInvoke(object o, StreamingContext context, ErrorContext errorContext, AsyncCallback callback, object @object)
IntPtr method_code
Definition Delegate.cs:386
IntPtr invoke_impl
Definition Delegate.cs:371