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
DesignOnlyAttribute.cs
Go to the documentation of this file.
1using System;
5
7{
9 [global::Cpp2ILInjected.Token(Token = "0x2000334")]
10 public sealed class DesignOnlyAttribute : Attribute
11 {
12 [global::Cpp2ILInjected.Token(Token = "0x600156F")]
13 [global::Cpp2ILInjected.Address(RVA = "0x1E3BC84", Offset = "0x1E3BC84", Length = "0x28")]
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 = "0x170004E3")]
22 public bool IsDesignOnly
23 {
25 [global::Cpp2ILInjected.Token(Token = "0x6001570")]
26 [global::Cpp2ILInjected.Address(RVA = "0x1E3BCAC", Offset = "0x1E3BCAC", Length = "0x8")]
27 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
28 get
29 {
30 throw null;
31 }
32 }
33
34 [global::Cpp2ILInjected.Token(Token = "0x6001571")]
35 [global::Cpp2ILInjected.Address(RVA = "0x1E3BCB4", Offset = "0x1E3BCB4", Length = "0xE4")]
36 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
37 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
38 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Nullable<>), Member = ".ctor", MemberParameters = new object[] { "T" }, ReturnType = typeof(void))]
39 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
40 public override bool Equals(object obj)
41 {
42 throw null;
43 }
44
45 [global::Cpp2ILInjected.Token(Token = "0x6001572")]
46 [global::Cpp2ILInjected.Address(RVA = "0x1E3BD98", Offset = "0x1E3BD98", Length = "0x20")]
47 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
48 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(bool), Member = "GetHashCode", ReturnType = typeof(int))]
49 public override int GetHashCode()
50 {
51 throw null;
52 }
53
54 [global::Cpp2ILInjected.Token(Token = "0x6001573")]
55 [global::Cpp2ILInjected.Address(RVA = "0x1E3BDB8", Offset = "0x1E3BDB8", Length = "0x78")]
56 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
57 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
58 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
59 public override bool IsDefaultAttribute()
60 {
61 throw null;
62 }
63
64 // Note: this type is marked as 'beforefieldinit'.
65 [global::Cpp2ILInjected.Token(Token = "0x6001574")]
66 [global::Cpp2ILInjected.Address(RVA = "0x1E3BE30", Offset = "0x1E3BE30", Length = "0x88")]
67 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
68 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Attribute), Member = ".ctor", ReturnType = typeof(void))]
69 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
71 {
72 throw null;
73 }
74
76 [global::Cpp2ILInjected.Token(Token = "0x4001186")]
77 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
78 private readonly bool <IsDesignOnly>k__BackingField;
79
80 [global::Cpp2ILInjected.Token(Token = "0x4001187")]
82
83 [global::Cpp2ILInjected.Token(Token = "0x4001188")]
85
86 [global::Cpp2ILInjected.Token(Token = "0x4001189")]
88 }
89}
class f__AnonymousType0<< Count > j__TPar
static readonly DesignOnlyAttribute No
static readonly DesignOnlyAttribute Default
static readonly DesignOnlyAttribute Yes
readonly bool< IsDesignOnly > k__BackingField