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
ProvidePropertyAttribute.cs
Go to the documentation of this file.
1using System;
5
7{
8 [AttributeUsage(AttributeTargets.Class, AllowMultiple = true)]
9 [global::Cpp2ILInjected.Token(Token = "0x20003AF")]
10 public sealed class ProvidePropertyAttribute : Attribute
11 {
12 [global::Cpp2ILInjected.Token(Token = "0x600192A")]
13 [global::Cpp2ILInjected.Address(RVA = "0x1E5A1D0", Offset = "0x1E5A1D0", Length = "0x44")]
14 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
15 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
16 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Attribute), Member = ".ctor", ReturnType = typeof(void))]
17 public ProvidePropertyAttribute(string propertyName, Type receiverType)
18 {
19 throw null;
20 }
21
22 [global::Cpp2ILInjected.Token(Token = "0x600192B")]
23 [global::Cpp2ILInjected.Address(RVA = "0x1E5A214", Offset = "0x1E5A214", Length = "0x2C")]
24 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
25 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Attribute), Member = ".ctor", ReturnType = typeof(void))]
27 {
28 throw null;
29 }
30
31 [global::Cpp2ILInjected.Token(Token = "0x170005C4")]
32 public string PropertyName
33 {
35 [global::Cpp2ILInjected.Token(Token = "0x600192C")]
36 [global::Cpp2ILInjected.Address(RVA = "0x1E5A240", Offset = "0x1E5A240", Length = "0x8")]
37 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
38 get
39 {
40 throw null;
41 }
42 }
43
44 [global::Cpp2ILInjected.Token(Token = "0x170005C5")]
45 public string ReceiverTypeName
46 {
48 [global::Cpp2ILInjected.Token(Token = "0x600192D")]
49 [global::Cpp2ILInjected.Address(RVA = "0x1E5A248", Offset = "0x1E5A248", Length = "0x8")]
50 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
51 get
52 {
53 throw null;
54 }
55 }
56
57 [global::Cpp2ILInjected.Token(Token = "0x600192E")]
58 [global::Cpp2ILInjected.Address(RVA = "0x1E5A250", Offset = "0x1E5A250", Length = "0x9C")]
59 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
60 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
61 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "op_Equality", MemberParameters = new object[]
62 {
63 typeof(string),
64 typeof(string)
65 }, ReturnType = typeof(bool))]
66 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
67 public override bool Equals(object obj)
68 {
69 throw null;
70 }
71
72 [global::Cpp2ILInjected.Token(Token = "0x600192F")]
73 [global::Cpp2ILInjected.Address(RVA = "0x1E5A2EC", Offset = "0x1E5A2EC", Length = "0x3C")]
74 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
75 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
76 public override int GetHashCode()
77 {
78 throw null;
79 }
80
81 [global::Cpp2ILInjected.Token(Token = "0x170005C6")]
82 public override object TypeId
83 {
84 [global::Cpp2ILInjected.Token(Token = "0x6001930")]
85 [global::Cpp2ILInjected.Address(RVA = "0x1E5A328", Offset = "0x1E5A328", Length = "0x30")]
86 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
87 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
88 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = "GetType", ReturnType = typeof(Type))]
89 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Concat", MemberParameters = new object[]
90 {
91 typeof(string),
92 typeof(string)
93 }, ReturnType = typeof(string))]
94 get
95 {
96 throw null;
97 }
98 }
99
101 [global::Cpp2ILInjected.Token(Token = "0x40012B3")]
102 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
103 private readonly string <PropertyName>k__BackingField;
104
106 [global::Cpp2ILInjected.Token(Token = "0x40012B4")]
107 [global::Cpp2ILInjected.FieldOffset(Offset = "0x18")]
108 private readonly string <ReceiverTypeName>k__BackingField;
109 }
110}
class f__AnonymousType0<< Count > j__TPar
ProvidePropertyAttribute(string propertyName, Type receiverType)
readonly string< ReceiverTypeName > k__BackingField
ProvidePropertyAttribute(string propertyName, string receiverTypeName)