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

◆ InvocationFlags

INVOCATION_FLAGS System.Reflection.RtFieldInfo.InvocationFlags
getpackage

Definition at line 19 of file RtFieldInfo.cs.

20 {
21 [MethodImpl(MethodImplOptions.AggressiveInlining)]
22 get
23 {
24 if ((m_invocationFlags & INVOCATION_FLAGS.INVOCATION_FLAGS_INITIALIZED) == 0)
25 {
27 }
28 return m_invocationFlags;
29 }
30 }
INVOCATION_FLAGS InitializeInvocationFlags()
INVOCATION_FLAGS m_invocationFlags

Referenced by System.Reflection.RtFieldInfo.GetValue(), and System.Reflection.RtFieldInfo.SetValue().