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
DefaultPropertyAttribute.cs
Go to the documentation of this file.
1using System;
5
7{
9 [global::Cpp2ILInjected.Token(Token = "0x2000369")]
10 public sealed class DefaultPropertyAttribute : Attribute
11 {
12 [global::Cpp2ILInjected.Token(Token = "0x60016C2")]
13 [global::Cpp2ILInjected.Address(RVA = "0x1E48E00", Offset = "0x1E48E00", 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 = "0x1700052C")]
22 public string Name
23 {
25 [global::Cpp2ILInjected.Token(Token = "0x60016C3")]
26 [global::Cpp2ILInjected.Address(RVA = "0x1E48E28", Offset = "0x1E48E28", Length = "0x8")]
27 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
28 get
29 {
30 throw null;
31 }
32 }
33
34 [global::Cpp2ILInjected.Token(Token = "0x60016C4")]
35 [global::Cpp2ILInjected.Address(RVA = "0x1E48E30", Offset = "0x1E48E30", Length = "0x74")]
36 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
37 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
38 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "op_Equality", MemberParameters = new object[]
39 {
40 typeof(string),
41 typeof(string)
42 }, ReturnType = typeof(bool))]
43 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
44 public override bool Equals(object obj)
45 {
46 throw null;
47 }
48
49 [global::Cpp2ILInjected.Token(Token = "0x60016C5")]
50 [global::Cpp2ILInjected.Address(RVA = "0x1E48EA4", Offset = "0x1E48EA4", Length = "0x8")]
51 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
52 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Attribute), Member = "GetHashCode", ReturnType = typeof(int))]
53 public override int GetHashCode()
54 {
55 throw null;
56 }
57
58 // Note: this type is marked as 'beforefieldinit'.
59 [global::Cpp2ILInjected.Token(Token = "0x60016C6")]
60 [global::Cpp2ILInjected.Address(RVA = "0x1E48EAC", Offset = "0x1E48EAC", Length = "0x60")]
61 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
62 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Attribute), Member = ".ctor", ReturnType = typeof(void))]
63 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
65 {
66 throw null;
67 }
68
70 [global::Cpp2ILInjected.Token(Token = "0x40011FC")]
71 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
72 private readonly string <Name>k__BackingField;
73
74 [global::Cpp2ILInjected.Token(Token = "0x40011FD")]
76 }
77}
class f__AnonymousType0<< Count > j__TPar
static readonly DefaultPropertyAttribute Default