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
Identity.cs
Go to the documentation of this file.
1using System;
7
9{
10 [global::Cpp2ILInjected.Token(Token = "0x200033F")]
11 internal abstract class Identity
12 {
13 [global::Cpp2ILInjected.Token(Token = "0x6001BBF")]
14 [global::Cpp2ILInjected.Address(RVA = "0x1B24D50", Offset = "0x1B24D50", Length = "0x28")]
15 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
16 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
17 public Identity(string objectUri)
18 {
19 throw null;
20 }
21
22 [global::Cpp2ILInjected.Token(Token = "0x6001BC0")]
23 public abstract ObjRef CreateObjRef(global::System.Type requestedType);
24
25 [global::Cpp2ILInjected.Token(Token = "0x1700032B")]
26 public global::System.Runtime.Remoting.Messaging.IMessageSink ChannelSink
27 {
28 [global::Cpp2ILInjected.Token(Token = "0x6001BC1")]
29 [global::Cpp2ILInjected.Address(RVA = "0x1B24D78", Offset = "0x1B24D78", Length = "0x8")]
30 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
31 get
32 {
33 throw null;
34 }
35 [global::Cpp2ILInjected.Token(Token = "0x6001BC2")]
36 [global::Cpp2ILInjected.Address(RVA = "0x1B24D80", Offset = "0x1B24D80", Length = "0x8")]
37 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
38 set
39 {
40 throw null;
41 }
42 }
43
44 [global::Cpp2ILInjected.Token(Token = "0x1700032C")]
45 public global::System.Runtime.Remoting.Messaging.IMessageSink EnvoySink
46 {
47 [global::Cpp2ILInjected.Token(Token = "0x6001BC3")]
48 [global::Cpp2ILInjected.Address(RVA = "0x1B24D88", Offset = "0x1B24D88", Length = "0x8")]
49 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
50 get
51 {
52 throw null;
53 }
54 }
55
56 [global::Cpp2ILInjected.Token(Token = "0x1700032D")]
57 public string ObjectUri
58 {
59 [global::Cpp2ILInjected.Token(Token = "0x6001BC4")]
60 [global::Cpp2ILInjected.Address(RVA = "0x1B24D90", Offset = "0x1B24D90", Length = "0x8")]
61 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
62 get
63 {
64 throw null;
65 }
66 [global::Cpp2ILInjected.Token(Token = "0x6001BC5")]
67 [global::Cpp2ILInjected.Address(RVA = "0x1B24D98", Offset = "0x1B24D98", Length = "0x8")]
68 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
69 set
70 {
71 throw null;
72 }
73 }
74
75 [global::Cpp2ILInjected.Token(Token = "0x1700032E")]
76 public bool IsConnected
77 {
78 [global::Cpp2ILInjected.Token(Token = "0x6001BC6")]
79 [global::Cpp2ILInjected.Address(RVA = "0x1B24DA0", Offset = "0x1B24DA0", Length = "0x10")]
80 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
81 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
82 get
83 {
84 throw null;
85 }
86 }
87
88 [global::Cpp2ILInjected.Token(Token = "0x1700032F")]
89 public bool Disposed
90 {
91 [global::Cpp2ILInjected.Token(Token = "0x6001BC7")]
92 [global::Cpp2ILInjected.Address(RVA = "0x1B24DB0", Offset = "0x1B24DB0", Length = "0x8")]
93 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
94 get
95 {
96 throw null;
97 }
98 [global::Cpp2ILInjected.Token(Token = "0x6001BC8")]
99 [global::Cpp2ILInjected.Address(RVA = "0x1B24DB8", Offset = "0x1B24DB8", Length = "0xC")]
100 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
101 set
102 {
103 throw null;
104 }
105 }
106
107 [global::Cpp2ILInjected.Token(Token = "0x17000330")]
108 public global::System.Runtime.Remoting.Contexts.DynamicPropertyCollection ClientDynamicProperties
109 {
110 [global::Cpp2ILInjected.Token(Token = "0x6001BC9")]
111 [global::Cpp2ILInjected.Address(RVA = "0x1B24DC4", Offset = "0x1B24DC4", Length = "0x64")]
112 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.Contexts.Context), Member = "GetDynamicPropertyCollection", MemberParameters = new object[]
113 {
114 typeof(global::System.ContextBoundObject),
115 typeof(global::System.Runtime.Remoting.Contexts.Context)
116 }, ReturnType = typeof(global::System.Runtime.Remoting.Contexts.DynamicPropertyCollection))]
117 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
118 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Runtime.Remoting.Contexts.DynamicPropertyCollection), Member = ".ctor", ReturnType = typeof(void))]
119 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
120 get
121 {
122 throw null;
123 }
124 }
125
126 [global::Cpp2ILInjected.Token(Token = "0x17000331")]
128 {
129 [global::Cpp2ILInjected.Token(Token = "0x6001BCA")]
130 [global::Cpp2ILInjected.Address(RVA = "0x1B24E28", Offset = "0x1B24E28", Length = "0x14")]
131 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.Messaging.ServerObjectTerminatorSink), Member = "AsyncProcessMessage", MemberParameters = new object[]
132 {
133 typeof(global::System.Runtime.Remoting.Messaging.IMessage),
134 typeof(global::System.Runtime.Remoting.Messaging.IMessageSink)
135 }, ReturnType = typeof(global::System.Runtime.Remoting.Messaging.IMessageCtrl))]
136 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
137 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Runtime.Remoting.Contexts.DynamicPropertyCollection), Member = "get_HasProperties", ReturnType = typeof(bool))]
138 get
139 {
140 throw null;
141 }
142 }
143
144 [global::Cpp2ILInjected.Token(Token = "0x6001BCB")]
145 [global::Cpp2ILInjected.Address(RVA = "0x1B24E3C", Offset = "0x1B24E3C", Length = "0x6C")]
146 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.Proxies.RemotingProxy), Member = "Invoke", MemberParameters = new object[] { typeof(global::System.Runtime.Remoting.Messaging.IMessage) }, ReturnType = typeof(global::System.Runtime.Remoting.Messaging.IMessage))]
147 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
148 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Runtime.Remoting.Contexts.DynamicPropertyCollection), Member = "get_HasProperties", ReturnType = typeof(bool))]
149 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Runtime.Remoting.Contexts.DynamicPropertyCollection), Member = "NotifyMessage", MemberParameters = new object[]
150 {
151 typeof(bool),
152 typeof(global::System.Runtime.Remoting.Messaging.IMessage),
153 typeof(bool),
154 typeof(bool)
155 }, ReturnType = typeof(void))]
156 public void NotifyClientDynamicSinks(bool start, global::System.Runtime.Remoting.Messaging.IMessage req_msg, bool client_site, bool async)
157 {
158 throw null;
159 }
160
161 [global::Cpp2ILInjected.Token(Token = "0x6001BCC")]
162 [global::Cpp2ILInjected.Address(RVA = "0x1B24EA8", Offset = "0x1B24EA8", Length = "0x6C")]
163 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.Messaging.ServerObjectTerminatorSink), Member = "SyncProcessMessage", MemberParameters = new object[] { typeof(global::System.Runtime.Remoting.Messaging.IMessage) }, ReturnType = typeof(global::System.Runtime.Remoting.Messaging.IMessage))]
164 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.Messaging.ServerObjectTerminatorSink), Member = "AsyncProcessMessage", MemberParameters = new object[]
165 {
166 typeof(global::System.Runtime.Remoting.Messaging.IMessage),
167 typeof(global::System.Runtime.Remoting.Messaging.IMessageSink)
168 }, ReturnType = typeof(global::System.Runtime.Remoting.Messaging.IMessageCtrl))]
169 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.Messaging.ServerObjectReplySink), Member = "SyncProcessMessage", MemberParameters = new object[] { typeof(global::System.Runtime.Remoting.Messaging.IMessage) }, ReturnType = typeof(global::System.Runtime.Remoting.Messaging.IMessage))]
170 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 5)]
171 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Runtime.Remoting.Contexts.DynamicPropertyCollection), Member = "get_HasProperties", ReturnType = typeof(bool))]
172 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Runtime.Remoting.Contexts.DynamicPropertyCollection), Member = "NotifyMessage", MemberParameters = new object[]
173 {
174 typeof(bool),
175 typeof(global::System.Runtime.Remoting.Messaging.IMessage),
176 typeof(bool),
177 typeof(bool)
178 }, ReturnType = typeof(void))]
179 public void NotifyServerDynamicSinks(bool start, global::System.Runtime.Remoting.Messaging.IMessage req_msg, bool client_site, bool async)
180 {
181 throw null;
182 }
183
184 [global::Cpp2ILInjected.Token(Token = "0x4000E21")]
185 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
186 protected string _objectUri;
187
188 [global::Cpp2ILInjected.Token(Token = "0x4000E22")]
189 [global::Cpp2ILInjected.FieldOffset(Offset = "0x18")]
190 protected global::System.Runtime.Remoting.Messaging.IMessageSink _channelSink;
191
192 [global::Cpp2ILInjected.Token(Token = "0x4000E23")]
193 [global::Cpp2ILInjected.FieldOffset(Offset = "0x20")]
194 protected global::System.Runtime.Remoting.Messaging.IMessageSink _envoySink;
195
196 [global::Cpp2ILInjected.Token(Token = "0x4000E24")]
197 [global::Cpp2ILInjected.FieldOffset(Offset = "0x28")]
198 private global::System.Runtime.Remoting.Contexts.DynamicPropertyCollection _clientDynamicProperties;
199
200 [global::Cpp2ILInjected.Token(Token = "0x4000E25")]
201 [global::Cpp2ILInjected.FieldOffset(Offset = "0x30")]
202 private global::System.Runtime.Remoting.Contexts.DynamicPropertyCollection _serverDynamicProperties;
203
204 [global::Cpp2ILInjected.Token(Token = "0x4000E26")]
205 [global::Cpp2ILInjected.FieldOffset(Offset = "0x38")]
206 protected ObjRef _objRef;
207
208 [global::Cpp2ILInjected.Token(Token = "0x4000E27")]
209 [global::Cpp2ILInjected.FieldOffset(Offset = "0x40")]
210 private bool _disposed;
211 }
212}
class f__AnonymousType0<< Count > j__TPar
void NotifyServerDynamicSinks(bool start, global::System.Runtime.Remoting.Messaging.IMessage req_msg, bool client_site, bool async)
Definition Identity.cs:179
ObjRef CreateObjRef(global::System.Type requestedType)
global::System.Runtime.Remoting.Messaging.IMessageSink ChannelSink
Definition Identity.cs:27
global::System.Runtime.Remoting.Contexts.DynamicPropertyCollection ClientDynamicProperties
Definition Identity.cs:109
void NotifyClientDynamicSinks(bool start, global::System.Runtime.Remoting.Messaging.IMessage req_msg, bool client_site, bool async)
Definition Identity.cs:156
global::System.Runtime.Remoting.Contexts.DynamicPropertyCollection _serverDynamicProperties
Definition Identity.cs:202
Identity(string objectUri)
Definition Identity.cs:17
global::System.Runtime.Remoting.Contexts.DynamicPropertyCollection _clientDynamicProperties
Definition Identity.cs:198
global::System.Runtime.Remoting.Messaging.IMessageSink _channelSink
Definition Identity.cs:190
global::System.Runtime.Remoting.Messaging.IMessageSink EnvoySink
Definition Identity.cs:46
global::System.Runtime.Remoting.Messaging.IMessageSink _envoySink
Definition Identity.cs:194