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
Empty.cs
Go to the documentation of this file.
1using System;
6
7namespace System
8{
9 [global::Cpp2ILInjected.Token(Token = "0x200014D")]
10 [global::System.Serializable]
11 internal sealed class Empty : global::System.Runtime.Serialization.ISerializable
12 {
13 [global::Cpp2ILInjected.Token(Token = "0x6000D1B")]
14 [global::Cpp2ILInjected.Address(RVA = "0x1C650F8", Offset = "0x1C650F8", Length = "0x8")]
15 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
16 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
17 private Empty()
18 {
19 throw null;
20 }
21
22 [global::Cpp2ILInjected.Token(Token = "0x6000D1C")]
23 [global::Cpp2ILInjected.Address(RVA = "0x1C65100", Offset = "0x1C65100", Length = "0x48")]
24 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
25 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
26 public override string ToString()
27 {
28 throw null;
29 }
30
31 [global::Cpp2ILInjected.Token(Token = "0x6000D1D")]
32 [global::Cpp2ILInjected.Address(RVA = "0x1C65148", Offset = "0x1C65148", Length = "0x68")]
33 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
34 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.UnitySerializationHolder), Member = "GetUnitySerializationInfo", MemberParameters = new object[]
35 {
36 typeof(global::System.Runtime.Serialization.SerializationInfo),
37 typeof(int),
38 typeof(string),
39 typeof(global::System.Reflection.RuntimeAssembly)
40 }, ReturnType = typeof(void))]
41 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentNullException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
42 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 5)]
43 public void GetObjectData(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context)
44 {
45 throw null;
46 }
47
48 // Note: this type is marked as 'beforefieldinit'.
49 [global::Cpp2ILInjected.Token(Token = "0x6000D1E")]
50 [global::Cpp2ILInjected.Address(RVA = "0x1C651B0", Offset = "0x1C651B0", Length = "0x5C")]
51 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
52 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
53 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
54 static Empty()
55 {
56 throw null;
57 }
58
59 [global::Cpp2ILInjected.Token(Token = "0x400050D")]
60 public static readonly global::System.Empty Value;
61 }
62}
class f__AnonymousType0<< Count > j__TPar
void GetObjectData(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context)
Definition Empty.cs:43
static readonly global::System.Empty Value
Definition Empty.cs:60
override string ToString()
Definition Empty.cs:26
static Empty()
Definition Empty.cs:54