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
MarshalByRefObject.cs
Go to the documentation of this file.
1using System;
2using System.IO;
8using System.Text;
11using Cpp2ILInjected;
13
14namespace System
15{
16 [global::System.Runtime.InteropServices.ComVisible(true)]
17 [global::Cpp2ILInjected.Token(Token = "0x200017F")]
18 [global::System.Serializable]
19 [StructLayout(0)]
20 public abstract class MarshalByRefObject
21 {
22 [global::Cpp2ILInjected.Token(Token = "0x6000F07")]
23 [global::Cpp2ILInjected.Address(RVA = "0x1C7740C", Offset = "0x1C7740C", Length = "0x4")]
24 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.ContextBoundObject), Member = ".ctor", ReturnType = typeof(void))]
25 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Threading.WaitHandle), Member = ".ctor", ReturnType = typeof(void))]
26 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Threading.RegisteredWaitHandle), Member = ".ctor", MemberParameters = new object[]
27 {
28 typeof(global::System.Threading.WaitHandle),
29 typeof(global::System.Threading.WaitOrTimerCallback),
30 typeof(object),
31 typeof(global::System.TimeSpan),
32 typeof(bool)
33 }, ReturnType = typeof(void))]
34 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Threading.Timer), Member = ".ctor", MemberParameters = new object[]
35 {
36 typeof(global::System.Threading.TimerCallback),
37 typeof(object),
38 typeof(int),
39 typeof(int)
40 }, ReturnType = typeof(void))]
41 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Threading.Timer), Member = ".ctor", MemberParameters = new object[]
42 {
43 typeof(global::System.Threading.TimerCallback),
44 typeof(object),
45 typeof(global::System.TimeSpan),
46 typeof(global::System.TimeSpan)
47 }, ReturnType = typeof(void))]
48 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Threading.Tasks.Task), Member = "Delay", MemberParameters = new object[]
49 {
50 typeof(int),
51 typeof(global::System.Threading.CancellationToken)
52 }, ReturnType = typeof(global::System.Threading.Tasks.Task))]
53 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.Lifetime.Lease), Member = ".ctor", ReturnType = typeof(void))]
54 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.IO.MemoryStream), Member = ".ctor", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
55 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.IO.MemoryStream), Member = ".ctor", MemberParameters = new object[]
56 {
57 typeof(byte[]),
58 typeof(bool)
59 }, ReturnType = typeof(void))]
60 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.IO.MemoryStream), Member = ".ctor", MemberParameters = new object[]
61 {
62 typeof(byte[]),
63 typeof(int),
64 typeof(int),
65 typeof(bool),
66 typeof(bool)
67 }, ReturnType = typeof(void))]
68 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.IO.StreamReader), Member = ".ctor", ReturnType = typeof(void))]
69 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.IO.StreamReader), Member = ".ctor", MemberParameters = new object[]
70 {
71 typeof(global::System.IO.Stream),
72 typeof(global::System.Text.Encoding),
73 typeof(bool),
74 typeof(int),
75 typeof(bool)
76 }, ReturnType = typeof(void))]
77 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.IO.StreamReader), Member = ".ctor", MemberParameters = new object[]
78 {
79 typeof(string),
80 typeof(global::System.Text.Encoding),
81 typeof(bool),
82 typeof(int)
83 }, ReturnType = typeof(void))]
84 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.IO.TextReader.NullTextReader", Member = ".ctor", ReturnType = typeof(void))]
85 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.IO.TextReader.SyncTextReader), Member = ".ctor", MemberParameters = new object[] { typeof(global::System.IO.TextReader) }, ReturnType = typeof(void))]
86 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.IO.TextReader), Member = ".ctor", ReturnType = typeof(void))]
87 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.IO.TextWriter), Member = ".ctor", ReturnType = typeof(void))]
88 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.IO.TextWriter), Member = ".ctor", MemberParameters = new object[] { typeof(global::System.IFormatProvider) }, ReturnType = typeof(void))]
89 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.IO.UnmanagedMemoryStream), Member = ".ctor", ReturnType = typeof(void))]
90 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.IO.UnmanagedMemoryStream), Member = ".ctor", MemberParameters = new object[]
91 {
92 typeof(byte*),
93 typeof(long)
94 }, ReturnType = typeof(void))]
95 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.IO.UnmanagedMemoryStream), Member = ".ctor", MemberParameters = new object[]
96 {
97 typeof(byte*),
98 typeof(long),
99 typeof(long),
100 typeof(global::System.IO.FileAccess)
101 }, ReturnType = typeof(void))]
102 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.IO.FileSystemInfo), Member = ".ctor", ReturnType = typeof(void))]
103 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.IO.FileSystemInfo), Member = ".ctor", MemberParameters = new object[]
104 {
105 typeof(global::System.Runtime.Serialization.SerializationInfo),
106 typeof(global::System.Runtime.Serialization.StreamingContext)
107 }, ReturnType = typeof(void))]
108 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.IO.Stream), Member = ".ctor", ReturnType = typeof(void))]
109 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Diagnostics.TraceListener", Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
110 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Diagnostics.DefaultTraceListener", Member = ".ctor", ReturnType = typeof(void))]
111 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.WebRequest", Member = ".ctor", ReturnType = typeof(void))]
112 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.WebRequest", Member = ".ctor", MemberParameters = new object[]
113 {
114 typeof(global::System.Runtime.Serialization.SerializationInfo),
115 typeof(global::System.Runtime.Serialization.StreamingContext)
116 }, ReturnType = typeof(void))]
117 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.WebResponse", Member = ".ctor", ReturnType = typeof(void))]
118 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.WebResponse", Member = ".ctor", MemberParameters = new object[]
119 {
120 typeof(global::System.Runtime.Serialization.SerializationInfo),
121 typeof(global::System.Runtime.Serialization.StreamingContext)
122 }, ReturnType = typeof(void))]
123 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.Component", Member = ".ctor", ReturnType = typeof(void))]
124 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 31)]
126 {
127 throw null;
128 }
129
130 [global::Cpp2ILInjected.Token(Token = "0x1700015C")]
131 internal global::System.Runtime.Remoting.ServerIdentity ObjectIdentity
132 {
133 [global::Cpp2ILInjected.Token(Token = "0x6000F08")]
134 [global::Cpp2ILInjected.Address(RVA = "0x1C7DDF4", Offset = "0x1C7DDF4", Length = "0x38")]
135 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.SingleCallIdentity), Member = "SyncObjectProcessMessage", MemberParameters = new object[] { typeof(global::System.Runtime.Remoting.Messaging.IMessage) }, ReturnType = typeof(global::System.Runtime.Remoting.Messaging.IMessage))]
136 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
137 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.NotSupportedException), Member = ".ctor", ReturnType = typeof(void))]
138 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
139 get
140 {
141 throw null;
142 }
143 [global::Cpp2ILInjected.Token(Token = "0x6000F09")]
144 [global::Cpp2ILInjected.Address(RVA = "0x1C7DE2C", Offset = "0x1C7DE2C", Length = "0x38")]
145 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.ServerIdentity), Member = "DisposeServerObject", ReturnType = typeof(void))]
146 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.SingleCallIdentity), Member = "SyncObjectProcessMessage", 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.NotSupportedException), Member = ".ctor", ReturnType = typeof(void))]
149 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
150 set
151 {
152 throw null;
153 }
154 }
155
156 [global::Cpp2ILInjected.Token(Token = "0x6000F0A")]
157 [global::Cpp2ILInjected.Address(RVA = "0x1C7DE64", Offset = "0x1C7DE64", Length = "0x38")]
158 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
159 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.NotSupportedException), Member = ".ctor", ReturnType = typeof(void))]
160 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
161 public virtual global::System.Runtime.Remoting.ObjRef CreateObjRef(global::System.Type requestedType)
162 {
163 throw null;
164 }
165
166 [global::Cpp2ILInjected.Token(Token = "0x6000F0B")]
167 [global::Cpp2ILInjected.Address(RVA = "0x1C7DE9C", Offset = "0x1C7DE9C", Length = "0x38")]
168 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
169 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.NotSupportedException), Member = ".ctor", ReturnType = typeof(void))]
170 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
171 public virtual object InitializeLifetimeService()
172 {
173 throw null;
174 }
175
176 [global::Cpp2ILInjected.Token(Token = "0x400067C")]
177 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
178 [global::System.NonSerialized]
179 private object _identity;
180 }
181}
class f__AnonymousType0<< Count > j__TPar
virtual object InitializeLifetimeService()
virtual global::System.Runtime.Remoting.ObjRef CreateObjRef(global::System.Type requestedType)