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

◆ RuntimeEventInfo()

unsafe System.Reflection.RuntimeEventInfo.RuntimeEventInfo ( int tkEvent,
RuntimeType declaredType,
RuntimeType::RuntimeTypeCache reflectedTypeCache,
out bool isPrivate )
inlinepackage

Definition at line 47 of file RuntimeEventInfo.cs.

48 {
49 MetadataImport metadataImport = declaredType.GetRuntimeModule().MetadataImport;
53 RuntimeType runtimeType = reflectedTypeCache.GetRuntimeType();
56 }
RuntimeType.RuntimeTypeCache m_reflectedTypeCache

References System.Reflection.Associates.AssignAssociates(), System.Reflection.RuntimeEventInfo.m_addMethod, System.Reflection.RuntimeEventInfo.m_bindingFlags, System.Reflection.RuntimeEventInfo.m_declaringType, System.Reflection.RuntimeEventInfo.m_flags, System.Reflection.RuntimeEventInfo.m_otherMethod, System.Reflection.RuntimeEventInfo.m_raiseMethod, System.Reflection.RuntimeEventInfo.m_reflectedTypeCache, System.Reflection.RuntimeEventInfo.m_removeMethod, System.Reflection.RuntimeEventInfo.m_token, and System.Reflection.RuntimeEventInfo.m_utf8name.