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
ReadOnlyAttribute.cs
Go to the documentation of this file.
1using System;
5
7{
9 [global::Cpp2ILInjected.Token(Token = "0x2000344")]
10 public sealed class ReadOnlyAttribute : Attribute
11 {
12 [global::Cpp2ILInjected.Token(Token = "0x60015BE")]
13 [global::Cpp2ILInjected.Address(RVA = "0x1E3CFEC", Offset = "0x1E3CFEC", Length = "0x28")]
14 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
15 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Attribute), Member = ".ctor", ReturnType = typeof(void))]
16 public ReadOnlyAttribute(bool isReadOnly)
17 {
18 throw null;
19 }
20
21 [global::Cpp2ILInjected.Token(Token = "0x170004F4")]
22 public bool IsReadOnly
23 {
25 [global::Cpp2ILInjected.Token(Token = "0x60015BF")]
26 [global::Cpp2ILInjected.Address(RVA = "0x1E3D014", Offset = "0x1E3D014", Length = "0x8")]
27 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
28 get
29 {
30 throw null;
31 }
32 }
33
34 [global::Cpp2ILInjected.Token(Token = "0x60015C0")]
35 [global::Cpp2ILInjected.Address(RVA = "0x1E3D01C", Offset = "0x1E3D01C", 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 value)
41 {
42 throw null;
43 }
44
45 [global::Cpp2ILInjected.Token(Token = "0x60015C1")]
46 [global::Cpp2ILInjected.Address(RVA = "0x1E3D100", Offset = "0x1E3D100", Length = "0x8")]
47 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
48 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Attribute), Member = "GetHashCode", ReturnType = typeof(int))]
49 public override int GetHashCode()
50 {
51 throw null;
52 }
53
54 [global::Cpp2ILInjected.Token(Token = "0x60015C2")]
55 [global::Cpp2ILInjected.Address(RVA = "0x1E3D108", Offset = "0x1E3D108", 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 = "0x60015C3")]
66 [global::Cpp2ILInjected.Address(RVA = "0x1E3D180", Offset = "0x1E3D180", 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
75 [global::Cpp2ILInjected.Token(Token = "0x40011AC")]
77
78 [global::Cpp2ILInjected.Token(Token = "0x40011AD")]
80
81 [global::Cpp2ILInjected.Token(Token = "0x40011AE")]
83
85 [global::Cpp2ILInjected.Token(Token = "0x40011AF")]
86 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
87 private readonly bool <IsReadOnly>k__BackingField;
88 }
89}
class f__AnonymousType0<< Count > j__TPar
static readonly ReadOnlyAttribute Yes
readonly bool< IsReadOnly > k__BackingField
static readonly ReadOnlyAttribute Default
static readonly ReadOnlyAttribute No