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
Missing.cs
Go to the documentation of this file.
1using System;
5
6namespace System.Reflection
7{
8 [global::Cpp2ILInjected.Token(Token = "0x20004E0")]
9 public sealed class Missing : global::System.Runtime.Serialization.ISerializable
10 {
11 [global::Cpp2ILInjected.Token(Token = "0x60023F2")]
12 [global::Cpp2ILInjected.Address(RVA = "0x1B830D4", Offset = "0x1B830D4", Length = "0x8")]
13 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
14 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
15 private Missing()
16 {
17 throw null;
18 }
19
20 [global::Cpp2ILInjected.Token(Token = "0x60023F3")]
21 [global::Cpp2ILInjected.Address(RVA = "0x1B830DC", Offset = "0x1B830DC", Length = "0x38")]
22 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
23 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.PlatformNotSupportedException), Member = ".ctor", ReturnType = typeof(void))]
24 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
25 private void System.Runtime.Serialization.ISerializable.GetObjectData(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context)
26 {
27 throw null;
28 }
29
30 // Note: this type is marked as 'beforefieldinit'.
31 [global::Cpp2ILInjected.Token(Token = "0x60023F4")]
32 [global::Cpp2ILInjected.Address(RVA = "0x1B83114", Offset = "0x1B83114", Length = "0x5C")]
33 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
34 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
35 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
36 static Missing()
37 {
38 throw null;
39 }
40
41 [global::Cpp2ILInjected.Token(Token = "0x40013E8")]
42 public static readonly Missing Value;
43 }
44}
class f__AnonymousType0<< Count > j__TPar
static readonly Missing Value
Definition Missing.cs:42
void GetObjectData(SerializationInfo info, StreamingContext context)