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
ObjRefSurrogate.cs
Go to the documentation of this file.
1using System;
4
6{
7 // Token: 0x020003BB RID: 955
9 {
10 // Token: 0x06001E92 RID: 7826 RVA: 0x00042E9C File Offset: 0x0004109C
11 public virtual void GetObjectData(object obj, SerializationInfo si, StreamingContext sc)
12 {
13 if (obj != null && si != null)
14 {
15 long num = 0L;
16 si.AddValue("fIsMarshalled", (int)num);
17 return;
18 }
19 throw new InvalidCastException();
20 }
21
22 // Token: 0x06001E93 RID: 7827 RVA: 0x0000207A File Offset: 0x0000027A
23 public virtual object SetObjectData(object obj, SerializationInfo si, StreamingContext sc, ISurrogateSelector selector)
24 {
25 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
26 }
27
28 // Token: 0x06001E94 RID: 7828 RVA: 0x00042EC4 File Offset: 0x000410C4
30 {
31 }
32 }
33}
class f__AnonymousType0<< Count > j__TPar
virtual object SetObjectData(object obj, SerializationInfo si, StreamingContext sc, ISurrogateSelector selector)
virtual void GetObjectData(object obj, SerializationInfo si, StreamingContext sc)
void AddValue(string name, object value, Type type)