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
NativeTypeAttribute.cs
Go to the documentation of this file.
1using System;
6
8{
11 [global::Cpp2ILInjected.Token(Token = "0x2000014")]
13 {
14 [global::Cpp2ILInjected.Token(Token = "0x17000010")]
15 public string Header
16 {
18 [global::Cpp2ILInjected.Token(Token = "0x6000027")]
19 [global::Cpp2ILInjected.Address(RVA = "0x1FA3F60", Offset = "0x1FA3F60", Length = "0x8")]
20 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
21 set
22 {
23 throw null;
24 }
25 }
26
27 [global::Cpp2ILInjected.Token(Token = "0x17000011")]
29 {
31 [global::Cpp2ILInjected.Token(Token = "0x6000028")]
32 [global::Cpp2ILInjected.Address(RVA = "0x1FA3F68", Offset = "0x1FA3F68", Length = "0x8")]
33 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
34 set
35 {
36 throw null;
37 }
38 }
39
40 [global::Cpp2ILInjected.Token(Token = "0x17000012")]
42 {
44 [global::Cpp2ILInjected.Token(Token = "0x6000029")]
45 [global::Cpp2ILInjected.Address(RVA = "0x1FA3F70", Offset = "0x1FA3F70", Length = "0x8")]
46 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
47 set
48 {
49 throw null;
50 }
51 }
52
53 [global::Cpp2ILInjected.Token(Token = "0x600002A")]
54 [global::Cpp2ILInjected.Address(RVA = "0x1FA3F78", Offset = "0x1FA3F78", Length = "0x1C")]
55 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
56 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Attribute), Member = ".ctor", ReturnType = typeof(void))]
58 {
59 throw null;
60 }
61
62 [global::Cpp2ILInjected.Token(Token = "0x600002B")]
63 [global::Cpp2ILInjected.Address(RVA = "0x1FA3F94", Offset = "0x1FA3F94", Length = "0x28")]
64 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
65 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Attribute), Member = ".ctor", ReturnType = typeof(void))]
67 {
68 throw null;
69 }
70
71 [global::Cpp2ILInjected.Token(Token = "0x600002C")]
72 [global::Cpp2ILInjected.Address(RVA = "0x1FA3FBC", Offset = "0x1FA3FBC", Length = "0x100")]
73 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
74 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Attribute), Member = ".ctor", ReturnType = typeof(void))]
75 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "op_Equality", MemberParameters = new object[]
76 {
77 typeof(string),
78 typeof(string)
79 }, ReturnType = typeof(bool))]
80 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ArgumentNullException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
81 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ArgumentException), Member = ".ctor", MemberParameters = new object[]
82 {
83 typeof(string),
84 typeof(string)
85 }, ReturnType = typeof(void))]
86 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 10)]
87 public NativeTypeAttribute(string header)
88 {
89 throw null;
90 }
91
92 [global::Cpp2ILInjected.Token(Token = "0x600002D")]
93 [global::Cpp2ILInjected.Address(RVA = "0x1FA40BC", Offset = "0x1FA40BC", Length = "0x30")]
94 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
95 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Attribute), Member = ".ctor", ReturnType = typeof(void))]
100
103 [global::Cpp2ILInjected.Token(Token = "0x4000019")]
104 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
105 private string <Header>k__BackingField;
106
109 [global::Cpp2ILInjected.Token(Token = "0x400001A")]
110 [global::Cpp2ILInjected.FieldOffset(Offset = "0x18")]
111 private string <IntermediateScriptingStructName>k__BackingField;
112
115 [global::Cpp2ILInjected.Token(Token = "0x400001B")]
116 [global::Cpp2ILInjected.FieldOffset(Offset = "0x20")]
117 private CodegenOptions <CodegenOptions>k__BackingField;
118 }
119}
class f__AnonymousType0<< Count > j__TPar
CodegenOptions< CodegenOptions > k__BackingField
NativeTypeAttribute(CodegenOptions codegenOptions, string intermediateStructName)
string< IntermediateScriptingStructName > k__BackingField
NativeTypeAttribute(CodegenOptions codegenOptions)