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
DataObjectAttribute.cs
Go to the documentation of this file.
1using System;
5
7{
9 [global::Cpp2ILInjected.Token(Token = "0x2000361")]
10 public sealed class DataObjectAttribute : Attribute
11 {
12 [global::Cpp2ILInjected.Token(Token = "0x6001692")]
13 [global::Cpp2ILInjected.Address(RVA = "0x1E477A8", Offset = "0x1E477A8", Length = "0x20")]
14 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
15 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Attribute), Member = ".ctor", ReturnType = typeof(void))]
17 {
18 throw null;
19 }
20
21 [global::Cpp2ILInjected.Token(Token = "0x6001693")]
22 [global::Cpp2ILInjected.Address(RVA = "0x1E477C8", Offset = "0x1E477C8", Length = "0x28")]
23 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
24 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Attribute), Member = ".ctor", ReturnType = typeof(void))]
26 {
27 throw null;
28 }
29
30 [global::Cpp2ILInjected.Token(Token = "0x17000521")]
31 public bool IsDataObject
32 {
34 [global::Cpp2ILInjected.Token(Token = "0x6001694")]
35 [global::Cpp2ILInjected.Address(RVA = "0x1E477F0", Offset = "0x1E477F0", Length = "0x8")]
36 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
37 get
38 {
39 throw null;
40 }
41 }
42
43 [global::Cpp2ILInjected.Token(Token = "0x6001695")]
44 [global::Cpp2ILInjected.Address(RVA = "0x1E477F8", Offset = "0x1E477F8", Length = "0x8C")]
45 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
46 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
47 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
48 public override bool Equals(object obj)
49 {
50 throw null;
51 }
52
53 [global::Cpp2ILInjected.Token(Token = "0x6001696")]
54 [global::Cpp2ILInjected.Address(RVA = "0x1E47884", Offset = "0x1E47884", Length = "0x20")]
55 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
56 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(bool), Member = "GetHashCode", ReturnType = typeof(int))]
57 public override int GetHashCode()
58 {
59 throw null;
60 }
61
62 [global::Cpp2ILInjected.Token(Token = "0x6001697")]
63 [global::Cpp2ILInjected.Address(RVA = "0x1E478A4", Offset = "0x1E478A4", Length = "0x68")]
64 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
65 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
66 public override bool IsDefaultAttribute()
67 {
68 throw null;
69 }
70
71 // Note: this type is marked as 'beforefieldinit'.
72 [global::Cpp2ILInjected.Token(Token = "0x6001698")]
73 [global::Cpp2ILInjected.Address(RVA = "0x1E4790C", Offset = "0x1E4790C", Length = "0x88")]
74 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
75 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Attribute), Member = ".ctor", ReturnType = typeof(void))]
76 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
78 {
79 throw null;
80 }
81
82 [global::Cpp2ILInjected.Token(Token = "0x40011E8")]
84
85 [global::Cpp2ILInjected.Token(Token = "0x40011E9")]
87
88 [global::Cpp2ILInjected.Token(Token = "0x40011EA")]
90
92 [global::Cpp2ILInjected.Token(Token = "0x40011EB")]
93 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
94 private readonly bool <IsDataObject>k__BackingField;
95 }
96}
class f__AnonymousType0<< Count > j__TPar
readonly bool< IsDataObject > k__BackingField
static readonly DataObjectAttribute DataObject
static readonly DataObjectAttribute NonDataObject
static readonly DataObjectAttribute Default