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
ClientIdentity.cs
Go to the documentation of this file.
1using System;
5
7{
8 [global::Cpp2ILInjected.Token(Token = "0x2000340")]
9 internal class ClientIdentity : Identity
10 {
11 [global::Cpp2ILInjected.Token(Token = "0x6001BCD")]
12 [global::Cpp2ILInjected.Address(RVA = "0x1B24F14", Offset = "0x1B24F14", Length = "0xF4")]
13 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
14 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(RemotingServices), Member = "GetOrCreateClientIdentity", MemberParameters = new object[]
15 {
17 typeof(global::System.Type),
18 typeof(ref object)
19 }, ReturnType = typeof(ClientIdentity))]
20 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
21 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
22 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
24 {
25 throw null;
26 }
27
28 [global::Cpp2ILInjected.Token(Token = "0x17000332")]
29 public global::System.MarshalByRefObject ClientProxy
30 {
31 [global::Cpp2ILInjected.Token(Token = "0x6001BCE")]
32 [global::Cpp2ILInjected.Address(RVA = "0x1B25008", Offset = "0x1B25008", Length = "0x88")]
33 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
34 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(RemotingServices), Member = "GetOrCreateClientIdentity", MemberParameters = new object[]
35 {
37 typeof(global::System.Type),
38 typeof(ref object)
39 }, ReturnType = typeof(ClientIdentity))]
40 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
41 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
42 get
43 {
44 throw null;
45 }
46 [global::Cpp2ILInjected.Token(Token = "0x6001BCF")]
47 [global::Cpp2ILInjected.Address(RVA = "0x1B25090", Offset = "0x1B25090", Length = "0x68")]
48 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(RemotingServices), Member = "GetOrCreateClientIdentity", MemberParameters = new object[]
49 {
51 typeof(global::System.Type),
52 typeof(ref object)
53 }, ReturnType = typeof(ClientIdentity))]
54 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.Proxies.RemotingProxy), Member = "AttachIdentity", MemberParameters = new object[] { typeof(Identity) }, ReturnType = typeof(void))]
55 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
56 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.WeakReference), Member = ".ctor", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(void))]
57 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
58 set
59 {
60 throw null;
61 }
62 }
63
64 [global::Cpp2ILInjected.Token(Token = "0x6001BD0")]
65 [global::Cpp2ILInjected.Address(RVA = "0x1B250F8", Offset = "0x1B250F8", Length = "0x8")]
66 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
67 public override ObjRef CreateObjRef(global::System.Type requestedType)
68 {
69 throw null;
70 }
71
72 [global::Cpp2ILInjected.Token(Token = "0x17000333")]
73 public string TargetUri
74 {
75 [global::Cpp2ILInjected.Token(Token = "0x6001BD1")]
76 [global::Cpp2ILInjected.Address(RVA = "0x1B25100", Offset = "0x1B25100", Length = "0x10")]
77 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.Proxies.RemotingProxy), Member = ".ctor", MemberParameters = new object[]
78 {
79 typeof(global::System.Type),
80 typeof(ClientIdentity)
81 }, ReturnType = typeof(void))]
82 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.Proxies.RemotingProxy), Member = "AttachIdentity", MemberParameters = new object[] { typeof(Identity) }, ReturnType = typeof(void))]
83 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
84 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
85 get
86 {
87 throw null;
88 }
89 }
90
91 [global::Cpp2ILInjected.Token(Token = "0x4000E28")]
92 [global::Cpp2ILInjected.FieldOffset(Offset = "0x48")]
93 private global::System.WeakReference _proxyReference;
94 }
95}
class f__AnonymousType0<< Count > j__TPar
global::System.MarshalByRefObject ClientProxy
global::System.WeakReference _proxyReference
override ObjRef CreateObjRef(global::System.Type requestedType)
ClientIdentity(string objectUri, ObjRef objRef)