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

◆ RuntimePropertyInfo()

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

Definition at line 73 of file RuntimePropertyInfo.cs.

74 {
75 MetadataImport metadataImport = declaredType.GetRuntimeModule().MetadataImport;
81 }
RuntimeType.RuntimeTypeCache m_reflectedTypeCache

References System.Reflection.Associates.AssignAssociates(), System.Reflection.RuntimePropertyInfo.m_bindingFlags, System.Reflection.RuntimePropertyInfo.m_declaringType, System.Reflection.RuntimePropertyInfo.m_flags, System.Reflection.RuntimePropertyInfo.m_getterMethod, System.Reflection.RuntimePropertyInfo.m_otherMethod, System.Reflection.RuntimePropertyInfo.m_reflectedTypeCache, System.Reflection.RuntimePropertyInfo.m_setterMethod, System.Reflection.RuntimePropertyInfo.m_token, and System.Reflection.RuntimePropertyInfo.m_utf8name.