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
BrowsableAttribute.cs
Go to the documentation of this file.
1using System;
5
7{
9 [global::Cpp2ILInjected.Token(Token = "0x2000331")]
10 public sealed class BrowsableAttribute : Attribute
11 {
12 [global::Cpp2ILInjected.Token(Token = "0x600155C")]
13 [global::Cpp2ILInjected.Address(RVA = "0x1E3B1C0", Offset = "0x1E3B1C0", 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 = "0x170004DE")]
22 public bool Browsable
23 {
25 [global::Cpp2ILInjected.Token(Token = "0x600155D")]
26 [global::Cpp2ILInjected.Address(RVA = "0x1E3B1E8", Offset = "0x1E3B1E8", Length = "0x8")]
27 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
28 get
29 {
30 throw null;
31 }
32 }
33
34 [global::Cpp2ILInjected.Token(Token = "0x600155E")]
35 [global::Cpp2ILInjected.Address(RVA = "0x1E3B1F0", Offset = "0x1E3B1F0", 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 = "0x600155F")]
46 [global::Cpp2ILInjected.Address(RVA = "0x1E3B2D4", Offset = "0x1E3B2D4", 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 = "0x6001560")]
55 [global::Cpp2ILInjected.Address(RVA = "0x1E3B2F4", Offset = "0x1E3B2F4", Length = "0x68")]
56 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
57 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
58 public override bool IsDefaultAttribute()
59 {
60 throw null;
61 }
62
63 // Note: this type is marked as 'beforefieldinit'.
64 [global::Cpp2ILInjected.Token(Token = "0x6001561")]
65 [global::Cpp2ILInjected.Address(RVA = "0x1E3B35C", Offset = "0x1E3B35C", Length = "0x8C")]
66 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
67 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Attribute), Member = ".ctor", ReturnType = typeof(void))]
68 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
70 {
71 throw null;
72 }
73
74 [global::Cpp2ILInjected.Token(Token = "0x4001180")]
76
77 [global::Cpp2ILInjected.Token(Token = "0x4001181")]
79
80 [global::Cpp2ILInjected.Token(Token = "0x4001182")]
82
84 [global::Cpp2ILInjected.Token(Token = "0x4001183")]
85 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
86 private readonly bool <Browsable>k__BackingField;
87 }
88}
class f__AnonymousType0<< Count > j__TPar
static readonly BrowsableAttribute Default
static readonly BrowsableAttribute No
static readonly BrowsableAttribute Yes