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
ClientActivatedIdentity.cs
Go to the documentation of this file.
1using System;
6
8{
9 [global::Cpp2ILInjected.Token(Token = "0x200034C")]
11 {
12 [global::Cpp2ILInjected.Token(Token = "0x6001C55")]
13 [global::Cpp2ILInjected.Address(RVA = "0x1B30DB4", Offset = "0x1B30DB4", Length = "0x10")]
14 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(RemotingServices), Member = "CreateContextBoundObjectIdentity", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(ClientActivatedIdentity))]
15 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(RemotingServices), Member = "CreateClientActivatedServerIdentity", MemberParameters = new object[]
16 {
17 typeof(global::System.MarshalByRefObject),
18 typeof(global::System.Type),
19 typeof(string)
20 }, ReturnType = typeof(ClientActivatedIdentity))]
21 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
22 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ServerIdentity), Member = ".ctor", MemberParameters = new object[]
23 {
24 typeof(string),
25 typeof(global::System.Runtime.Remoting.Contexts.Context),
26 typeof(global::System.Type)
27 }, ReturnType = typeof(void))]
28 public ClientActivatedIdentity(string objectUri, global::System.Type objectType)
29 {
30 throw null;
31 }
32
33 [global::Cpp2ILInjected.Token(Token = "0x6001C56")]
34 [global::Cpp2ILInjected.Address(RVA = "0x1B30DC4", Offset = "0x1B30DC4", Length = "0x8")]
35 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
36 public global::System.MarshalByRefObject GetServerObject()
37 {
38 throw null;
39 }
40
41 [global::Cpp2ILInjected.Token(Token = "0x6001C57")]
42 [global::Cpp2ILInjected.Address(RVA = "0x1B30DCC", Offset = "0x1B30DCC", Length = "0x8")]
43 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
44 public void SetClientProxy(global::System.MarshalByRefObject obj)
45 {
46 throw null;
47 }
48
49 [global::Cpp2ILInjected.Token(Token = "0x6001C58")]
50 [global::Cpp2ILInjected.Address(RVA = "0x1B30DD4", Offset = "0x1B30DD4", Length = "0x64")]
51 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
52 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ServerIdentity), Member = "OnLifetimeExpired", ReturnType = typeof(void))]
53 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(RemotingServices), Member = "DisposeIdentity", MemberParameters = new object[] { typeof(Identity) }, ReturnType = typeof(void))]
54 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
55 public override void OnLifetimeExpired()
56 {
57 throw null;
58 }
59
60 [global::Cpp2ILInjected.Token(Token = "0x6001C59")]
61 [global::Cpp2ILInjected.Address(RVA = "0x1B30E38", Offset = "0x1B30E38", Length = "0xD8")]
62 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
63 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
64 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Runtime.Remoting.Contexts.Context), Member = "CreateServerObjectSinkChain", MemberParameters = new object[]
65 {
66 typeof(global::System.MarshalByRefObject),
67 typeof(bool)
68 }, ReturnType = typeof(global::System.Runtime.Remoting.Messaging.IMessageSink))]
69 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
70 public override global::System.Runtime.Remoting.Messaging.IMessage SyncObjectProcessMessage(global::System.Runtime.Remoting.Messaging.IMessage msg)
71 {
72 throw null;
73 }
74
75 [global::Cpp2ILInjected.Token(Token = "0x6001C5A")]
76 [global::Cpp2ILInjected.Address(RVA = "0x1B310B8", Offset = "0x1B310B8", Length = "0xE4")]
77 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
78 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
79 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Runtime.Remoting.Contexts.Context), Member = "CreateServerObjectSinkChain", MemberParameters = new object[]
80 {
81 typeof(global::System.MarshalByRefObject),
82 typeof(bool)
83 }, ReturnType = typeof(global::System.Runtime.Remoting.Messaging.IMessageSink))]
84 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
85 public override global::System.Runtime.Remoting.Messaging.IMessageCtrl AsyncObjectProcessMessage(global::System.Runtime.Remoting.Messaging.IMessage msg, global::System.Runtime.Remoting.Messaging.IMessageSink replySink)
86 {
87 throw null;
88 }
89
90 [global::Cpp2ILInjected.Token(Token = "0x4000E62")]
91 [global::Cpp2ILInjected.FieldOffset(Offset = "0x70")]
92 private global::System.MarshalByRefObject _targetThis;
93 }
94}
class f__AnonymousType0<< Count > j__TPar
global::System.MarshalByRefObject GetServerObject()
void SetClientProxy(global::System.MarshalByRefObject obj)
override global::System.Runtime.Remoting.Messaging.IMessageCtrl AsyncObjectProcessMessage(global::System.Runtime.Remoting.Messaging.IMessage msg, global::System.Runtime.Remoting.Messaging.IMessageSink replySink)
ClientActivatedIdentity(string objectUri, global::System.Type objectType)
override global::System.Runtime.Remoting.Messaging.IMessage SyncObjectProcessMessage(global::System.Runtime.Remoting.Messaging.IMessage msg)