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
RemotingSurrogate.cs
Go to the documentation of this file.
1using System;
5
7{
8 // Token: 0x020003BA RID: 954
10 {
11 // Token: 0x06001E8F RID: 7823 RVA: 0x00042E58 File Offset: 0x00041058
12 public virtual void GetObjectData(object obj, SerializationInfo si, StreamingContext sc)
13 {
14 while (obj == null || si == null)
15 {
16 }
17 if (!true)
18 {
19 }
22 }
23
24 // Token: 0x06001E90 RID: 7824 RVA: 0x0000207A File Offset: 0x0000027A
25 public virtual object SetObjectData(object obj, SerializationInfo si, StreamingContext sc, ISurrogateSelector selector)
26 {
27 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
28 }
29
30 // Token: 0x06001E91 RID: 7825 RVA: 0x00042E88 File Offset: 0x00041088
32 {
33 }
34 }
35}
class f__AnonymousType0<< Count > j__TPar
virtual void GetObjectData(object obj, SerializationInfo si, StreamingContext sc)
virtual object SetObjectData(object obj, SerializationInfo si, StreamingContext sc, ISurrogateSelector selector)
static bool IsTransparentProxy(object proxy)
static RealProxy GetRealProxy(object proxy)