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
Pointer.cs
Go to the documentation of this file.
1using System;
5
6namespace System.Reflection
7{
8 [global::System.CLSCompliant(false)]
9 [global::Cpp2ILInjected.Token(Token = "0x20004E5")]
10 public sealed class Pointer : global::System.Runtime.Serialization.ISerializable
11 {
12 [global::Cpp2ILInjected.Token(Token = "0x6002416")]
13 [global::Cpp2ILInjected.Address(RVA = "0x1B83D4C", Offset = "0x1B83D4C", Length = "0x2C")]
14 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
15 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
16 private unsafe Pointer(void* ptr, global::System.Type ptrType)
17 {
18 throw null;
19 }
20
21 [global::Cpp2ILInjected.Token(Token = "0x6002417")]
22 [global::Cpp2ILInjected.Address(RVA = "0x1B83D78", Offset = "0x1B83D78", Length = "0x170")]
23 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
24 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Type), Member = "op_Equality", MemberParameters = new object[]
25 {
26 typeof(global::System.Type),
27 typeof(global::System.Type)
28 }, ReturnType = typeof(bool))]
29 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Type), Member = "get_IsPointer", ReturnType = typeof(bool))]
30 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Type), Member = "IsRuntimeImplemented", ReturnType = typeof(bool))]
31 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
32 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentNullException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
33 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentException), Member = ".ctor", MemberParameters = new object[]
34 {
35 typeof(string),
36 typeof(string)
37 }, ReturnType = typeof(void))]
38 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 15)]
39 public unsafe static object Box(void* ptr, global::System.Type type)
40 {
41 throw null;
42 }
43
44 [global::Cpp2ILInjected.Token(Token = "0x6002418")]
45 [global::Cpp2ILInjected.Address(RVA = "0x1B83EE8", Offset = "0x1B83EE8", Length = "0x38")]
46 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
47 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.PlatformNotSupportedException), Member = ".ctor", ReturnType = typeof(void))]
48 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
49 private void System.Runtime.Serialization.ISerializable.GetObjectData(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context)
50 {
51 throw null;
52 }
53
54 [global::Cpp2ILInjected.Token(Token = "0x4001400")]
55 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
56 private unsafe readonly void* _ptr;
57
58 [global::Cpp2ILInjected.Token(Token = "0x4001401")]
59 [global::Cpp2ILInjected.FieldOffset(Offset = "0x18")]
60 private readonly global::System.Type _ptrType;
61 }
62}
class f__AnonymousType0<< Count > j__TPar
readonly global::System.Type _ptrType
Definition Pointer.cs:60
unsafe readonly void * _ptr
Definition Pointer.cs:56
unsafe Pointer(void *ptr, global::System.Type ptrType)
Definition Pointer.cs:16
static unsafe object Box(void *ptr, global::System.Type type)
Definition Pointer.cs:39
void GetObjectData(SerializationInfo info, StreamingContext context)