Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ RtFieldInfo()

System.Reflection.RtFieldInfo.RtFieldInfo ( RuntimeFieldHandleInternal handle,
RuntimeType declaringType,
RuntimeType::RuntimeTypeCache reflectedTypeCache,
BindingFlags bindingFlags )
inlinepackage

Definition at line 79 of file RtFieldInfo.cs.

80 : base(reflectedTypeCache, declaringType, bindingFlags)
81 {
82 m_fieldHandle = handle.Value;
83 m_fieldAttributes = RuntimeFieldHandle.GetAttributes(handle);
84 }
FieldAttributes m_fieldAttributes

References System.RuntimeFieldHandle.GetAttributes(), System.handle, System.Reflection.RtFieldInfo.m_fieldAttributes, and System.Reflection.RtFieldInfo.m_fieldHandle.