class jnc.DynamicSection
class DynamicSection: jnc.DynamicSectionGroup { // fields jnc.DynamicSectionKind readonly m_sectionKind; size_t readonly m_offset; size_t readonly m_size; jnc.PtrTypeFlags readonly m_ptrTypeFlags; // properties jnc.ModuleItemDecl* const property m_decl; jnc.Type* const property m_type; // construction destruct(); };
Inherited Members
public: // fields size_t readonly m_sectionCount; // properties jnc.DynamicSection* const indexed property m_sectionArray(size_t index);