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
NativeHeaderAttribute.cs
Go to the documentation of this file.
1using System;
6
8{
10 [AttributeUsage(AttributeTargets.Class | AttributeTargets.Struct | AttributeTargets.Enum | AttributeTargets.Method | AttributeTargets.Property | AttributeTargets.Field | AttributeTargets.Parameter | AttributeTargets.ReturnValue, AllowMultiple = true)]
11 [global::Cpp2ILInjected.Token(Token = "0x200000C")]
13 {
14 [global::Cpp2ILInjected.Token(Token = "0x17000007")]
15 public string Header
16 {
18 [global::Cpp2ILInjected.Token(Token = "0x6000013")]
19 [global::Cpp2ILInjected.Address(RVA = "0x1FA3B48", Offset = "0x1FA3B48", Length = "0x8")]
20 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
21 set
22 {
23 throw null;
24 }
25 }
26
27 [global::Cpp2ILInjected.Token(Token = "0x6000014")]
28 [global::Cpp2ILInjected.Address(RVA = "0x1FA3B50", Offset = "0x1FA3B50", Length = "0xFC")]
29 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
30 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Attribute), Member = ".ctor", ReturnType = typeof(void))]
31 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "op_Equality", MemberParameters = new object[]
32 {
33 typeof(string),
34 typeof(string)
35 }, ReturnType = typeof(bool))]
36 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ArgumentNullException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
37 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ArgumentException), Member = ".ctor", MemberParameters = new object[]
38 {
39 typeof(string),
40 typeof(string)
41 }, ReturnType = typeof(void))]
42 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 10)]
43 public NativeHeaderAttribute(string header)
44 {
45 throw null;
46 }
47
50 [global::Cpp2ILInjected.Token(Token = "0x4000009")]
51 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
52 private string <Header>k__BackingField;
53 }
54}
class f__AnonymousType0<< Count > j__TPar