| [Overview][Classes][Index] | 
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
PE image file resource reader
Source position: winpeimagereader.pp line 29
type TWinPEImageResourceReader = class(TAbstractResourceReader)  | 
protected  | 
function CheckDosStub();  | 
function CheckPESignature();  | 
function GetExtensions; override;  | 
function GetDescription; override;  | 
procedure Load(); override;  | 
function CheckMagic(); override;  | 
public  | 
constructor Create; override;  | 
destructor Destroy; override;  | 
end;  | 
  | 
PE image file resource reader  | 
|
| | | ||
  | 
Base abstract resource reader class  | 
|
| | | ||
TObject  | 
This class provides a reader for Microsoft Windows PE image files containing resources.
PE is the file format used by Microsoft Windows executables, dynamic link libraries and so on.
| Remark: | This reader can only read full PE images, not COFF object files. Use TCoffResourceReader instead. | 
  | 
Base abstract resource reader class  | 
|
  | 
COFF resource reader  |