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
RtFieldInfo.cs
Go to the documentation of this file.
1using System;
3
4namespace System.Reflection
5{
6 // Token: 0x0200050B RID: 1291
7 internal abstract class RtFieldInfo : FieldInfo
8 {
9 // Token: 0x0600259E RID: 9630
10 internal abstract object UnsafeGetValue(object obj);
11
12 // Token: 0x0600259F RID: 9631
13 internal abstract void UnsafeSetValue(object obj, object value, BindingFlags invokeAttr, Binder binder, CultureInfo culture);
14
15 // Token: 0x060025A0 RID: 9632
16 internal abstract void CheckConsistency(object target);
17
18 // Token: 0x060025A1 RID: 9633 RVA: 0x00052E3C File Offset: 0x0005103C
19 protected RtFieldInfo()
20 {
21 }
22 }
23}
class f__AnonymousType0<< Count > j__TPar
void CheckConsistency(object target)
void UnsafeSetValue(object obj, object value, BindingFlags invokeAttr, Binder binder, CultureInfo culture)
object UnsafeGetValue(object obj)