JCL Help:TJclPeImage.ImageSectionHeaders
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: TJclPeImage.ImageSectionHeaders Property
[+] TJclPeImage Methods
[+] TJclPeImage Properties
Search in JCL Help
Search in all projects
Summary
Returns the image section header of a specific section.
Pascal
public property ImageSectionHeaders [Index: Integer]: TImageSectionHeader;
Description
The ImageSectionHeaders array property returns the section header of the section indicated by the specified index. Valid indices are from 0 to ImageSectionCount - 1. To retrieve the name of a section use the ImageSectionNames property. For the interpretation of the fields in the returned header see the Platform SDK and "Portable Executable and Common Object File Format Specification" Revision 6.0 February 1999 in the MSDN library.
See Also
ImageSectionCount ImageSectionNames
About
Donator
Petr Vones
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page