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
RuntimeMethodHandle.cs
Go to the documentation of this file.
1using System;
7using System.Text;
10
11namespace System
12{
13 [global::System.Runtime.InteropServices.ComVisible(true)]
14 [global::Cpp2ILInjected.Token(Token = "0x200018B")]
15 [global::System.Serializable]
16 public struct RuntimeMethodHandle : global::System.Runtime.Serialization.ISerializable
17 {
18 [global::Cpp2ILInjected.Token(Token = "0x6000F47")]
19 [global::Cpp2ILInjected.Address(RVA = "0x1C82700", Offset = "0x1C82700", Length = "0x8")]
20 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
21 internal RuntimeMethodHandle(global::System.IntPtr v)
22 {
23 throw null;
24 }
25
26 [global::Cpp2ILInjected.Token(Token = "0x6000F48")]
27 [global::Cpp2ILInjected.Address(RVA = "0x1C82708", Offset = "0x1C82708", Length = "0x1A4")]
28 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
29 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
30 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Type), Member = "GetTypeFromHandle", MemberParameters = new object[] { typeof(global::System.RuntimeTypeHandle) }, ReturnType = typeof(global::System.Type))]
31 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Runtime.Serialization.SerializationInfo), Member = "GetValue", MemberParameters = new object[]
32 {
33 typeof(string),
34 typeof(global::System.Type)
35 }, ReturnType = typeof(object))]
36 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentNullException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
37 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Runtime.Serialization.SerializationException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
38 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 15)]
39 private RuntimeMethodHandle(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context)
40 {
41 throw null;
42 }
43
44 [global::Cpp2ILInjected.Token(Token = "0x17000160")]
45 public global::System.IntPtr Value
46 {
47 [global::Cpp2ILInjected.Token(Token = "0x6000F49")]
48 [global::Cpp2ILInjected.Address(RVA = "0x1C828AC", Offset = "0x1C828AC", Length = "0x8")]
49 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
50 get
51 {
52 throw null;
53 }
54 }
55
56 [global::Cpp2ILInjected.Token(Token = "0x6000F4A")]
57 [global::Cpp2ILInjected.Address(RVA = "0x1C828B4", Offset = "0x1C828B4", Length = "0x1B4")]
58 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
59 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
60 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Reflection.MethodBase), Member = "GetMethodFromHandle", MemberParameters = new object[] { typeof(global::System.RuntimeMethodHandle) }, ReturnType = typeof(global::System.Reflection.MethodBase))]
61 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Type), Member = "GetTypeFromHandle", MemberParameters = new object[] { typeof(global::System.RuntimeTypeHandle) }, ReturnType = typeof(global::System.Type))]
62 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Runtime.Serialization.SerializationInfo), Member = "AddValue", MemberParameters = new object[]
63 {
64 typeof(string),
65 typeof(object),
66 typeof(global::System.Type)
67 }, ReturnType = typeof(void))]
68 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentNullException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
69 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Runtime.Serialization.SerializationException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
70 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 15)]
71 public void GetObjectData(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context)
72 {
73 throw null;
74 }
75
76 [global::Cpp2ILInjected.Token(Token = "0x6000F4B")]
77 [global::Cpp2ILInjected.Address(RVA = "0x1C82A68", Offset = "0x1C82A68", Length = "0x4")]
78 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
79 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
80 [MethodImpl(4096)]
81 private static extern global::System.IntPtr GetFunctionPointer(global::System.IntPtr m);
82
83 [global::Cpp2ILInjected.Token(Token = "0x6000F4C")]
84 [global::Cpp2ILInjected.Address(RVA = "0x1C82A6C", Offset = "0x1C82A6C", Length = "0x8")]
85 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.Program", Member = "ForceJITOnAssembly", MemberParameters = new object[] { typeof(global::System.Reflection.Assembly) }, ReturnType = typeof(void))]
86 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
87 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
88 public global::System.IntPtr GetFunctionPointer()
89 {
90 throw null;
91 }
92
93 [global::System.Runtime.ConstrainedExecution.ReliabilityContract(global::System.Runtime.ConstrainedExecution.Consistency.WillNotCorruptState, global::System.Runtime.ConstrainedExecution.Cer.Success)]
94 [global::Cpp2ILInjected.Token(Token = "0x6000F4D")]
95 [global::Cpp2ILInjected.Address(RVA = "0x1C82A74", Offset = "0x1C82A74", Length = "0xFC")]
96 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
97 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
98 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Type), Member = "op_Inequality", MemberParameters = new object[]
99 {
100 typeof(global::System.Type),
101 typeof(global::System.Type)
102 }, ReturnType = typeof(bool))]
103 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 8)]
104 public override bool Equals(object obj)
105 {
106 throw null;
107 }
108
109 [global::Cpp2ILInjected.Token(Token = "0x6000F4E")]
110 [global::Cpp2ILInjected.Address(RVA = "0x1C82B70", Offset = "0x1C82B70", Length = "0x8")]
111 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
112 public override int GetHashCode()
113 {
114 throw null;
115 }
116
117 [global::Cpp2ILInjected.Token(Token = "0x6000F4F")]
118 [global::Cpp2ILInjected.Address(RVA = "0x1C82B78", Offset = "0x1C82B78", Length = "0x13C")]
119 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
120 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.RuntimeMethodInfo), Member = "FormatNameAndSig", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(string))]
121 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
122 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Text.StringBuilder), Member = ".ctor", ReturnType = typeof(void))]
123 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Text.StringBuilder), Member = "Append", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(global::System.Text.StringBuilder))]
124 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 6)]
125 internal static string ConstructInstantiation(global::System.Reflection.RuntimeMethodInfo method, global::System.TypeNameFormatFlags format)
126 {
127 throw null;
128 }
129
130 [global::Cpp2ILInjected.Token(Token = "0x6000F50")]
131 [global::Cpp2ILInjected.Address(RVA = "0x1C82CB4", Offset = "0x1C82CB4", Length = "0x58")]
132 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
133 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.MethodBase), Member = "GetMethodFromHandle", MemberParameters = new object[] { typeof(global::System.RuntimeMethodHandle) }, ReturnType = typeof(global::System.Reflection.MethodBase))]
134 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
135 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
136 internal bool IsNullHandle()
137 {
138 throw null;
139 }
140
141 [global::Cpp2ILInjected.Token(Token = "0x4000696")]
142 [global::Cpp2ILInjected.FieldOffset(Offset = "0x0")]
143 private global::System.IntPtr value;
144 }
145}
class f__AnonymousType0<< Count > j__TPar
static string ConstructInstantiation(global::System.Reflection.RuntimeMethodInfo method, global::System.TypeNameFormatFlags format)
global::System.IntPtr GetFunctionPointer()
static global::System.IntPtr GetFunctionPointer(global::System.IntPtr m)
override bool Equals(object obj)
RuntimeMethodHandle(global::System.IntPtr v)
global::System.IntPtr Value
RuntimeMethodHandle(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context)
void GetObjectData(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context)