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
RtFieldInfo.cs
Go to the documentation of this file.
1using System;
5
6namespace System.Reflection
7{
8 [global::Cpp2ILInjected.Token(Token = "0x200050B")]
9 internal abstract class RtFieldInfo : FieldInfo
10 {
11 [global::Cpp2ILInjected.Token(Token = "0x600259E")]
12 internal abstract object UnsafeGetValue(object obj);
13
14 [global::Cpp2ILInjected.Token(Token = "0x600259F")]
15 internal abstract void UnsafeSetValue(object obj, object value, BindingFlags invokeAttr, Binder binder, global::System.Globalization.CultureInfo culture);
16
17 [global::Cpp2ILInjected.Token(Token = "0x60025A0")]
18 internal abstract void CheckConsistency(object target);
19
20 [global::Cpp2ILInjected.Token(Token = "0x60025A1")]
21 [global::Cpp2ILInjected.Address(RVA = "0x1B8E028", Offset = "0x1B8E028", Length = "0x8")]
22 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
23 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(FieldInfo), Member = ".ctor", ReturnType = typeof(void))]
24 protected RtFieldInfo()
25 {
26 throw null;
27 }
28 }
29}
class f__AnonymousType0<< Count > j__TPar
void CheckConsistency(object target)
void UnsafeSetValue(object obj, object value, BindingFlags invokeAttr, Binder binder, global::System.Globalization.CultureInfo culture)
object UnsafeGetValue(object obj)