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
AttributeUsageAttribute.cs
Go to the documentation of this file.
1using System;
4
5namespace System
6{
7 [global::System.AttributeUsage(global::System.AttributeTargets.Class, Inherited = true)]
8 [global::Cpp2ILInjected.Token(Token = "0x200008E")]
9 [global::System.Serializable]
10 public sealed class AttributeUsageAttribute : global::System.Attribute
11 {
12 [global::Cpp2ILInjected.Token(Token = "0x6000406")]
13 [global::Cpp2ILInjected.Address(RVA = "0x1BB65D4", Offset = "0x1BB65D4", Length = "0x38")]
14 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.MonoCustomAttrs), Member = "RetrieveAttributeUsageNoCache", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(global::System.AttributeUsageAttribute))]
15 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.MonoCustomAttrs), Member = ".cctor", ReturnType = typeof(void))]
16 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
17 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Attribute), Member = ".ctor", ReturnType = typeof(void))]
19 {
20 throw null;
21 }
22
23 [global::Cpp2ILInjected.Token(Token = "0x17000063")]
24 public bool AllowMultiple
25 {
26 [global::Cpp2ILInjected.Token(Token = "0x6000407")]
27 [global::Cpp2ILInjected.Address(RVA = "0x1BB660C", Offset = "0x1BB660C", Length = "0x8")]
28 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
29 get
30 {
31 throw null;
32 }
33 [global::Cpp2ILInjected.Token(Token = "0x6000408")]
34 [global::Cpp2ILInjected.Address(RVA = "0x1BB6614", Offset = "0x1BB6614", Length = "0xC")]
35 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
36 set
37 {
38 throw null;
39 }
40 }
41
42 [global::Cpp2ILInjected.Token(Token = "0x17000064")]
43 public bool Inherited
44 {
45 [global::Cpp2ILInjected.Token(Token = "0x6000409")]
46 [global::Cpp2ILInjected.Address(RVA = "0x1BB6620", Offset = "0x1BB6620", Length = "0x8")]
47 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
48 get
49 {
50 throw null;
51 }
52 [global::Cpp2ILInjected.Token(Token = "0x600040A")]
53 [global::Cpp2ILInjected.Address(RVA = "0x1BB6628", Offset = "0x1BB6628", Length = "0xC")]
54 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
55 set
56 {
57 throw null;
58 }
59 }
60
61 // Note: this type is marked as 'beforefieldinit'.
62 [global::Cpp2ILInjected.Token(Token = "0x600040B")]
63 [global::Cpp2ILInjected.Address(RVA = "0x1BB6634", Offset = "0x1BB6634", Length = "0x70")]
64 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
65 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Attribute), Member = ".ctor", ReturnType = typeof(void))]
66 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
68 {
69 throw null;
70 }
71
72 [global::Cpp2ILInjected.Token(Token = "0x40001F7")]
73 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
74 private global::System.AttributeTargets _attributeTarget;
75
76 [global::Cpp2ILInjected.Token(Token = "0x40001F8")]
77 [global::Cpp2ILInjected.FieldOffset(Offset = "0x14")]
78 private bool _allowMultiple;
79
80 [global::Cpp2ILInjected.Token(Token = "0x40001F9")]
81 [global::Cpp2ILInjected.FieldOffset(Offset = "0x15")]
82 private bool _inherited;
83
84 [global::Cpp2ILInjected.Token(Token = "0x40001FA")]
85 internal static global::System.AttributeUsageAttribute Default;
86 }
87}
class f__AnonymousType0<< Count > j__TPar
static global::System.AttributeUsageAttribute Default
AttributeUsageAttribute(global::System.AttributeTargets validOn)
global::System.AttributeTargets _attributeTarget