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
RuntimePropertyHandle.cs
Go to the documentation of this file.
1using System;
4
5namespace Mono
6{
7 [global::Cpp2ILInjected.Token(Token = "0x2000017")]
8 internal struct RuntimePropertyHandle
9 {
10 [global::Cpp2ILInjected.Token(Token = "0x6000052")]
11 [global::Cpp2ILInjected.Address(RVA = "0x1AAB23C", Offset = "0x1AAB23C", Length = "0x8")]
12 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
13 internal RuntimePropertyHandle(global::System.IntPtr v)
14 {
15 throw null;
16 }
17
18 [global::Cpp2ILInjected.Token(Token = "0x1700000A")]
19 public global::System.IntPtr Value
20 {
21 [global::Cpp2ILInjected.Token(Token = "0x6000053")]
22 [global::Cpp2ILInjected.Address(RVA = "0x1AAB244", Offset = "0x1AAB244", Length = "0x8")]
23 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
24 get
25 {
26 throw null;
27 }
28 }
29
30 [global::Cpp2ILInjected.Token(Token = "0x6000054")]
31 [global::Cpp2ILInjected.Address(RVA = "0x1AAB24C", Offset = "0x1AAB24C", 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 = "0x6000055")]
52 [global::Cpp2ILInjected.Address(RVA = "0x1AAB358", Offset = "0x1AAB358", 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 = "0x400008F")]
61 [global::Cpp2ILInjected.FieldOffset(Offset = "0x0")]
62 private global::System.IntPtr value;
63 }
64}
class f__AnonymousType0<< Count > j__TPar
RuntimePropertyHandle(global::System.IntPtr v)
override bool Equals(object obj)