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
RuntimeEventHandle.cs
Go to the documentation of this file.
1using System;
4
5namespace Mono
6{
7 [global::Cpp2ILInjected.Token(Token = "0x2000016")]
8 internal struct RuntimeEventHandle
9 {
10 [global::Cpp2ILInjected.Token(Token = "0x600004E")]
11 [global::Cpp2ILInjected.Address(RVA = "0x1AAB118", Offset = "0x1AAB118", Length = "0x8")]
12 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
13 internal RuntimeEventHandle(global::System.IntPtr v)
14 {
15 throw null;
16 }
17
18 [global::Cpp2ILInjected.Token(Token = "0x17000009")]
19 public global::System.IntPtr Value
20 {
21 [global::Cpp2ILInjected.Token(Token = "0x600004F")]
22 [global::Cpp2ILInjected.Address(RVA = "0x1AAB120", Offset = "0x1AAB120", Length = "0x8")]
23 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
24 get
25 {
26 throw null;
27 }
28 }
29
30 [global::Cpp2ILInjected.Token(Token = "0x6000050")]
31 [global::Cpp2ILInjected.Address(RVA = "0x1AAB128", Offset = "0x1AAB128", Length = "0x10C")]
32 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
33 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
34 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = "GetType", ReturnType = typeof(global::System.Type))]
35 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Type), Member = "op_Inequality", MemberParameters = new object[]
36 {
37 typeof(global::System.Type),
38 typeof(global::System.Type)
39 }, ReturnType = typeof(bool))]
40 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.IntPtr), Member = "op_Equality", MemberParameters = new object[]
41 {
42 typeof(global::System.IntPtr),
43 typeof(global::System.IntPtr)
44 }, ReturnType = typeof(bool))]
45 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 6)]
46 public override bool Equals(object obj)
47 {
48 throw null;
49 }
50
51 [global::Cpp2ILInjected.Token(Token = "0x6000051")]
52 [global::Cpp2ILInjected.Address(RVA = "0x1AAB234", Offset = "0x1AAB234", Length = "0x8")]
53 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
54 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.IntPtr), Member = "GetHashCode", ReturnType = typeof(int))]
55 public override int GetHashCode()
56 {
57 throw null;
58 }
59
60 [global::Cpp2ILInjected.Token(Token = "0x400008E")]
61 [global::Cpp2ILInjected.FieldOffset(Offset = "0x0")]
62 private global::System.IntPtr value;
63 }
64}
class f__AnonymousType0<< Count > j__TPar
global::System.IntPtr value
RuntimeEventHandle(global::System.IntPtr v)
override bool Equals(object obj)
global::System.IntPtr Value