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
FieldBuilder.cs
Go to the documentation of this file.
1using System;
4
6{
7 // Token: 0x0200051E RID: 1310
8 public sealed class FieldBuilder : FieldInfo
9 {
10 // Token: 0x1700057E RID: 1406
11 // (get) Token: 0x060026A2 RID: 9890 RVA: 0x00054168 File Offset: 0x00052368
13 {
14 get
15 {
16 throw new NullReferenceException();
17 }
18 }
19
20 // Token: 0x1700057F RID: 1407
21 // (get) Token: 0x060026A3 RID: 9891 RVA: 0x0005417C File Offset: 0x0005237C
22 public override Type DeclaringType
23 {
24 get
25 {
26 throw new NullReferenceException();
27 }
28 }
29
30 // Token: 0x17000580 RID: 1408
31 // (get) Token: 0x060026A4 RID: 9892 RVA: 0x00054190 File Offset: 0x00052390
33 {
34 get
35 {
36 throw new NullReferenceException();
37 }
38 }
39
40 // Token: 0x17000581 RID: 1409
41 // (get) Token: 0x060026A5 RID: 9893 RVA: 0x000541A4 File Offset: 0x000523A4
42 public override Type FieldType
43 {
44 get
45 {
46 throw new NullReferenceException();
47 }
48 }
49
50 // Token: 0x17000582 RID: 1410
51 // (get) Token: 0x060026A6 RID: 9894 RVA: 0x000541B8 File Offset: 0x000523B8
52 public override string Name
53 {
54 get
55 {
56 throw new NullReferenceException();
57 }
58 }
59
60 // Token: 0x17000583 RID: 1411
61 // (get) Token: 0x060026A7 RID: 9895 RVA: 0x000541CC File Offset: 0x000523CC
62 public override Type ReflectedType
63 {
64 get
65 {
66 throw new NullReferenceException();
67 }
68 }
69
70 // Token: 0x060026A8 RID: 9896 RVA: 0x000541E0 File Offset: 0x000523E0
71 public override object[] GetCustomAttributes(bool inherit)
72 {
73 throw new NullReferenceException();
74 }
75
76 // Token: 0x060026A9 RID: 9897 RVA: 0x000541F4 File Offset: 0x000523F4
77 public override object[] GetCustomAttributes(Type attributeType, bool inherit)
78 {
79 throw new NullReferenceException();
80 }
81
82 // Token: 0x060026AA RID: 9898 RVA: 0x00054208 File Offset: 0x00052408
83 public override object GetValue(object obj)
84 {
85 throw new NullReferenceException();
86 }
87
88 // Token: 0x060026AB RID: 9899 RVA: 0x0005421C File Offset: 0x0005241C
89 public override bool IsDefined(Type attributeType, bool inherit)
90 {
91 throw new NullReferenceException();
92 }
93
94 // Token: 0x060026AC RID: 9900 RVA: 0x0000207A File Offset: 0x0000027A
95 public override void SetValue(object obj, object val, BindingFlags invokeAttr, Binder binder, CultureInfo culture)
96 {
97 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
98 }
99 }
100}
class f__AnonymousType0<< Count > j__TPar
override FieldAttributes Attributes
override object[] GetCustomAttributes(bool inherit)
override object GetValue(object obj)
override void SetValue(object obj, object val, BindingFlags invokeAttr, Binder binder, CultureInfo culture)
override object[] GetCustomAttributes(Type attributeType, bool inherit)
override RuntimeFieldHandle FieldHandle
override bool IsDefined(Type attributeType, bool inherit)