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
DescriptionAttribute.cs
Go to the documentation of this file.
1using System;
6
8{
10 [global::Cpp2ILInjected.Token(Token = "0x2000333")]
12 {
13 [global::Cpp2ILInjected.Token(Token = "0x6001566")]
14 [global::Cpp2ILInjected.Address(RVA = "0x1E3BA44", Offset = "0x1E3BA44", Length = "0x5C")]
15 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(DescriptionAttribute), Member = ".cctor", ReturnType = typeof(void))]
16 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
17 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Attribute), Member = ".ctor", ReturnType = typeof(void))]
18 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
20 {
21 throw null;
22 }
23
24 [global::Cpp2ILInjected.Token(Token = "0x6001567")]
25 [global::Cpp2ILInjected.Address(RVA = "0x1E3BAA0", Offset = "0x1E3BAA0", Length = "0x28")]
26 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(SRDescriptionAttribute), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
27 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(MonitoringDescriptionAttribute), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
28 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
29 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Attribute), Member = ".ctor", ReturnType = typeof(void))]
30 public DescriptionAttribute(string description)
31 {
32 throw null;
33 }
34
35 [global::Cpp2ILInjected.Token(Token = "0x170004E1")]
36 public virtual string Description
37 {
38 [global::Cpp2ILInjected.Token(Token = "0x6001568")]
39 [global::Cpp2ILInjected.Address(RVA = "0x1E3BAC8", Offset = "0x1E3BAC8", Length = "0x8")]
40 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(MonitoringDescriptionAttribute), Member = "get_Description", ReturnType = typeof(string))]
41 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
42 get
43 {
44 throw null;
45 }
46 }
47
48 [global::Cpp2ILInjected.Token(Token = "0x170004E2")]
49 protected string DescriptionValue
50 {
52 [global::Cpp2ILInjected.Token(Token = "0x6001569")]
53 [global::Cpp2ILInjected.Address(RVA = "0x1E3BAD0", Offset = "0x1E3BAD0", Length = "0x8")]
54 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
55 get
56 {
57 throw null;
58 }
60 [global::Cpp2ILInjected.Token(Token = "0x600156A")]
61 [global::Cpp2ILInjected.Address(RVA = "0x1E3BAD8", Offset = "0x1E3BAD8", Length = "0x8")]
62 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
63 set
64 {
65 throw null;
66 }
67 }
68
69 [global::Cpp2ILInjected.Token(Token = "0x600156B")]
70 [global::Cpp2ILInjected.Address(RVA = "0x1E3BAE0", Offset = "0x1E3BAE0", Length = "0xC4")]
71 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
72 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
73 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "op_Equality", MemberParameters = new object[]
74 {
75 typeof(string),
76 typeof(string)
77 }, ReturnType = typeof(bool))]
78 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
79 public override bool Equals(object obj)
80 {
81 throw null;
82 }
83
84 [global::Cpp2ILInjected.Token(Token = "0x600156C")]
85 [global::Cpp2ILInjected.Address(RVA = "0x1E3BBA4", Offset = "0x1E3BBA4", Length = "0x20")]
86 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
87 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
88 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
89 public override int GetHashCode()
90 {
91 throw null;
92 }
93
94 [global::Cpp2ILInjected.Token(Token = "0x600156D")]
95 [global::Cpp2ILInjected.Address(RVA = "0x1E3BBC4", Offset = "0x1E3BBC4", Length = "0x68")]
96 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
97 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
98 public override bool IsDefaultAttribute()
99 {
100 throw null;
101 }
102
103 // Note: this type is marked as 'beforefieldinit'.
104 [global::Cpp2ILInjected.Token(Token = "0x600156E")]
105 [global::Cpp2ILInjected.Address(RVA = "0x1E3BC2C", Offset = "0x1E3BC2C", Length = "0x58")]
106 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
107 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(DescriptionAttribute), Member = ".ctor", ReturnType = typeof(void))]
108 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
110 {
111 throw null;
112 }
113
114 [global::Cpp2ILInjected.Token(Token = "0x4001184")]
116
118 [global::Cpp2ILInjected.Token(Token = "0x4001185")]
119 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
120 private string <DescriptionValue>k__BackingField;
121 }
122}
class f__AnonymousType0<< Count > j__TPar
static readonly DescriptionAttribute Default