terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
RemotingSurrogate.cs
Go to the documentation of this file.
1using System;
6
8{
9 [global::Cpp2ILInjected.Token(Token = "0x20003BA")]
10 internal class RemotingSurrogate : global::System.Runtime.Serialization.ISerializationSurrogate
11 {
12 [global::Cpp2ILInjected.Token(Token = "0x6001E8F")]
13 [global::Cpp2ILInjected.Address(RVA = "0x1B4E22C", Offset = "0x1B4E22C", Length = "0x108")]
14 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
15 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(RemotingServices), Member = "IsTransparentProxy", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(bool))]
16 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(RemotingServices), Member = "GetRealProxy", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(global::System.Runtime.Remoting.Proxies.RealProxy))]
17 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(RemotingServices), Member = "GetObjectData", MemberParameters = new object[]
18 {
19 typeof(object),
20 typeof(global::System.Runtime.Serialization.SerializationInfo),
21 typeof(global::System.Runtime.Serialization.StreamingContext)
22 }, ReturnType = typeof(void))]
23 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentNullException), Member = ".ctor", ReturnType = typeof(void))]
24 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 8)]
25 public virtual void GetObjectData(object obj, global::System.Runtime.Serialization.SerializationInfo si, global::System.Runtime.Serialization.StreamingContext sc)
26 {
27 throw null;
28 }
29
30 [global::Cpp2ILInjected.Token(Token = "0x6001E90")]
31 [global::Cpp2ILInjected.Address(RVA = "0x1B4E334", Offset = "0x1B4E334", Length = "0x38")]
32 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
33 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.NotSupportedException), Member = ".ctor", ReturnType = typeof(void))]
34 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
35 public virtual object SetObjectData(object obj, global::System.Runtime.Serialization.SerializationInfo si, global::System.Runtime.Serialization.StreamingContext sc, global::System.Runtime.Serialization.ISurrogateSelector selector)
36 {
37 throw null;
38 }
39
40 [global::Cpp2ILInjected.Token(Token = "0x6001E91")]
41 [global::Cpp2ILInjected.Address(RVA = "0x1B4E36C", Offset = "0x1B4E36C", Length = "0x8")]
42 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
43 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
45 {
46 throw null;
47 }
48 }
49}
class f__AnonymousType0<< Count > j__TPar
virtual object SetObjectData(object obj, global::System.Runtime.Serialization.SerializationInfo si, global::System.Runtime.Serialization.StreamingContext sc, global::System.Runtime.Serialization.ISurrogateSelector selector)
virtual void GetObjectData(object obj, global::System.Runtime.Serialization.SerializationInfo si, global::System.Runtime.Serialization.StreamingContext sc)