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
LabelAttribute.cs
Go to the documentation of this file.
1using System;
5
6namespace NaughtyAttributes
7{
8 [AttributeUsage(AttributeTargets.Field, AllowMultiple = false, Inherited = true)]
9 [global::Cpp2ILInjected.Token(Token = "0x200000D")]
11 {
12 [global::Cpp2ILInjected.Token(Token = "0x17000009")]
13 public string Label
14 {
16 [global::Cpp2ILInjected.Token(Token = "0x6000022")]
17 [global::Cpp2ILInjected.Address(RVA = "0x1CB55EC", Offset = "0x1CB55EC", Length = "0x8")]
18 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
19 get
20 {
21 throw null;
22 }
24 [global::Cpp2ILInjected.Token(Token = "0x6000023")]
25 [global::Cpp2ILInjected.Address(RVA = "0x1CB55F4", Offset = "0x1CB55F4", Length = "0x8")]
26 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
27 private set
28 {
29 throw null;
30 }
31 }
32
33 [global::Cpp2ILInjected.Token(Token = "0x6000024")]
34 [global::Cpp2ILInjected.Address(RVA = "0x1CB55FC", Offset = "0x1CB55FC", Length = "0x28")]
35 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
36 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Attribute), Member = ".ctor", ReturnType = typeof(void))]
37 public LabelAttribute(string label)
38 {
39 throw null;
40 }
41
43 [global::Cpp2ILInjected.Token(Token = "0x400000D")]
44 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
45 private string <Label>k__BackingField;
46 }
47}
class f__AnonymousType0<< Count > j__TPar