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
SingleCallIdentity.cs
Go to the documentation of this file.
1using System;
6
8{
9 [global::Cpp2ILInjected.Token(Token = "0x200034E")]
11 {
12 [global::Cpp2ILInjected.Token(Token = "0x6001C5F")]
13 [global::Cpp2ILInjected.Address(RVA = "0x1B31544", Offset = "0x1B31544", Length = "0x8")]
14 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(RemotingServices), Member = "CreateWellKnownServerIdentity", MemberParameters = new object[]
15 {
16 typeof(global::System.Type),
17 typeof(string),
19 }, ReturnType = typeof(ServerIdentity))]
20 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
21 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ServerIdentity), Member = ".ctor", MemberParameters = new object[]
22 {
23 typeof(string),
24 typeof(global::System.Runtime.Remoting.Contexts.Context),
25 typeof(global::System.Type)
26 }, ReturnType = typeof(void))]
27 public SingleCallIdentity(string objectUri, global::System.Runtime.Remoting.Contexts.Context context, global::System.Type objectType)
28 {
29 throw null;
30 }
31
32 [global::Cpp2ILInjected.Token(Token = "0x6001C60")]
33 [global::Cpp2ILInjected.Address(RVA = "0x1B3154C", Offset = "0x1B3154C", Length = "0x204")]
34 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
35 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
36 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Activator), Member = "CreateInstance", MemberParameters = new object[]
37 {
38 typeof(global::System.Type),
39 typeof(bool)
40 }, ReturnType = typeof(object))]
41 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.MarshalByRefObject), Member = "get_ObjectIdentity", ReturnType = typeof(ServerIdentity))]
42 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.MarshalByRefObject), Member = "set_ObjectIdentity", MemberParameters = new object[] { typeof(ServerIdentity) }, ReturnType = typeof(void))]
43 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Runtime.Remoting.Contexts.Context), Member = "CreateServerObjectSinkChain", MemberParameters = new object[]
44 {
45 typeof(global::System.MarshalByRefObject),
46 typeof(bool)
47 }, ReturnType = typeof(global::System.Runtime.Remoting.Messaging.IMessageSink))]
48 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 11)]
49 public override global::System.Runtime.Remoting.Messaging.IMessage SyncObjectProcessMessage(global::System.Runtime.Remoting.Messaging.IMessage msg)
50 {
51 throw null;
52 }
53
54 [global::Cpp2ILInjected.Token(Token = "0x6001C61")]
55 [global::Cpp2ILInjected.Address(RVA = "0x1B31750", Offset = "0x1B31750", Length = "0x1B0")]
56 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
57 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
58 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Activator), Member = "CreateInstance", MemberParameters = new object[]
59 {
60 typeof(global::System.Type),
61 typeof(bool)
62 }, ReturnType = typeof(object))]
63 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Runtime.Remoting.Contexts.Context), Member = "CreateServerObjectSinkChain", MemberParameters = new object[]
64 {
65 typeof(global::System.MarshalByRefObject),
66 typeof(bool)
67 }, ReturnType = typeof(global::System.Runtime.Remoting.Messaging.IMessageSink))]
68 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
69 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 11)]
70 public override global::System.Runtime.Remoting.Messaging.IMessageCtrl AsyncObjectProcessMessage(global::System.Runtime.Remoting.Messaging.IMessage msg, global::System.Runtime.Remoting.Messaging.IMessageSink replySink)
71 {
72 throw null;
73 }
74 }
75}
class f__AnonymousType0<< Count > j__TPar
SingleCallIdentity(string objectUri, global::System.Runtime.Remoting.Contexts.Context context, global::System.Type objectType)
override global::System.Runtime.Remoting.Messaging.IMessage SyncObjectProcessMessage(global::System.Runtime.Remoting.Messaging.IMessage msg)
override global::System.Runtime.Remoting.Messaging.IMessageCtrl AsyncObjectProcessMessage(global::System.Runtime.Remoting.Messaging.IMessage msg, global::System.Runtime.Remoting.Messaging.IMessageSink replySink)