terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
NativeTypeAttribute.cs
Go to the documentation of this file.
1using System;
4
6{
7 // Token: 0x02000014 RID: 20
11 {
12 // Token: 0x17000010 RID: 16
13 // (set) Token: 0x06000027 RID: 39 RVA: 0x000023CC File Offset: 0x000005CC
14 public string Header
15 {
17 set
18 {
20 }
21 }
22
23 // Token: 0x17000011 RID: 17
24 // (set) Token: 0x06000028 RID: 40 RVA: 0x000023E0 File Offset: 0x000005E0
33
34 // Token: 0x17000012 RID: 18
35 // (set) Token: 0x06000029 RID: 41 RVA: 0x000023F4 File Offset: 0x000005F4
37 {
39 set
40 {
42 }
43 }
44
45 // Token: 0x0600002A RID: 42 RVA: 0x00002408 File Offset: 0x00000608
47 {
48 }
49
50 // Token: 0x0600002B RID: 43 RVA: 0x0000241C File Offset: 0x0000061C
55
56 // Token: 0x0600002C RID: 44 RVA: 0x00002438 File Offset: 0x00000638
57 public NativeTypeAttribute(string header)
58 {
59 if (header != null)
60 {
61 bool flag = header == "";
62 this.Header = header;
63 return;
64 }
65 }
66
67 // Token: 0x0600002D RID: 45 RVA: 0x00002464 File Offset: 0x00000664
73
74 // Token: 0x04000019 RID: 25
77 private string <Header>k__BackingField;
78
79 // Token: 0x0400001A RID: 26
82 private string <IntermediateScriptingStructName>k__BackingField;
83
84 // Token: 0x0400001B RID: 27
87 private CodegenOptions <CodegenOptions>k__BackingField;
88 }
89}
class f__AnonymousType0<< Count > j__TPar
CodegenOptions< CodegenOptions > k__BackingField
NativeTypeAttribute(CodegenOptions codegenOptions, string intermediateStructName)
string< IntermediateScriptingStructName > k__BackingField
NativeTypeAttribute(CodegenOptions codegenOptions)