unsafe internal static Object GetValueDirect(RtFieldInfo field, RuntimeType fieldType, void *pTypedRef, RuntimeType contextType) { throw new NotImplementedException("GetValueDirect"); }
static unsafe extern internal void SetValueDirect(RtFieldInfo field, RuntimeType fieldType, void *pTypedRef, Object value, RuntimeType contextType);
internal static extern string GetName(RtFieldInfo field);
internal static void SetValue(RtFieldInfo field, Object obj, Object value, RuntimeType fieldType, FieldAttributes fieldAttr, RuntimeType declaringType, ref bool domainInitialized) { SetValueInternal(field, obj, value); }
internal static extern unsafe object GetValueDirect(RtFieldInfo field, RuntimeType fieldType, void *pTypedRef, RuntimeType contextType);
internal static extern object GetValue(RtFieldInfo field, object instance, RuntimeType fieldType, RuntimeType declaringType, ref bool domainInitialized);
internal static extern int GetToken(RtFieldInfo field);
} // 0x000000018043C620-0x000000018043C630 internal static unsafe void SetValueDirect(RtFieldInfo field, RuntimeType fieldType, void *pTypedRef, object value, RuntimeType contextType) { } // 0x000000018043C610-0x000000018043C620
} // 0x000000018043C620-0x000000018043C630 internal static void SetValue(RtFieldInfo field, object obj, object value, RuntimeType fieldType, FieldAttributes fieldAttr, RuntimeType declaringType, ref bool domainInitialized) { } // 0x000000018043C620-0x000000018043C630