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
ClientContextTerminatorSink.cs
Go to the documentation of this file.
1using System;
6
8{
9 [global::Cpp2ILInjected.Token(Token = "0x20003A1")]
11 {
12 [global::Cpp2ILInjected.Token(Token = "0x6001DDB")]
13 [global::Cpp2ILInjected.Address(RVA = "0x1B3B5F4", Offset = "0x1B3B5F4", Length = "0x28")]
14 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
15 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
16 public ClientContextTerminatorSink(global::System.Runtime.Remoting.Contexts.Context ctx)
17 {
18 throw null;
19 }
20
21 [global::Cpp2ILInjected.Token(Token = "0x6001DDC")]
22 [global::Cpp2ILInjected.Address(RVA = "0x1B478D4", Offset = "0x1B478D4", Length = "0x1C4")]
23 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
24 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
25 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Runtime.Remoting.Contexts.Context), Member = "NotifyGlobalDynamicSinks", MemberParameters = new object[]
26 {
27 typeof(bool),
28 typeof(IMessage),
29 typeof(bool),
30 typeof(bool)
31 }, ReturnType = typeof(void))]
32 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Runtime.Remoting.Contexts.Context), Member = "NotifyDynamicSinks", MemberParameters = new object[]
33 {
34 typeof(bool),
35 typeof(IMessage),
36 typeof(bool),
37 typeof(bool)
38 }, ReturnType = typeof(void))]
39 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(RemotingServices), Member = "GetMessageTargetIdentity", MemberParameters = new object[] { typeof(IMessage) }, ReturnType = typeof(Identity))]
40 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Runtime.Remoting.Activation.ActivationServices), Member = "RemoteActivate", MemberParameters = new object[] { typeof(global::System.Runtime.Remoting.Activation.IConstructionCallMessage) }, ReturnType = typeof(IMessage))]
41 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 11)]
43 {
44 throw null;
45 }
46
47 [global::Cpp2ILInjected.Token(Token = "0x6001DDD")]
48 [global::Cpp2ILInjected.Address(RVA = "0x1B47A98", Offset = "0x1B47A98", Length = "0x240")]
49 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
50 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
51 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Runtime.Remoting.Contexts.Context), Member = "get_HasGlobalDynamicSinks", ReturnType = typeof(bool))]
52 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Runtime.Remoting.Contexts.Context), Member = "NotifyGlobalDynamicSinks", MemberParameters = new object[]
53 {
54 typeof(bool),
55 typeof(IMessage),
56 typeof(bool),
57 typeof(bool)
58 }, ReturnType = typeof(void))]
59 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Runtime.Remoting.Contexts.Context), Member = "NotifyDynamicSinks", MemberParameters = new object[]
60 {
61 typeof(bool),
62 typeof(IMessage),
63 typeof(bool),
64 typeof(bool)
65 }, ReturnType = typeof(void))]
66 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
67 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(RemotingServices), Member = "GetMessageTargetIdentity", MemberParameters = new object[] { typeof(IMessage) }, ReturnType = typeof(Identity))]
68 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 11)]
70 {
71 throw null;
72 }
73
74 [global::Cpp2ILInjected.Token(Token = "0x4000F16")]
75 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
76 private global::System.Runtime.Remoting.Contexts.Context _context;
77 }
78}
class f__AnonymousType0<< Count > j__TPar
ClientContextTerminatorSink(global::System.Runtime.Remoting.Contexts.Context ctx)
IMessageCtrl AsyncProcessMessage(IMessage msg, IMessageSink replySink)