System.Rtti.TMethodImplementation.CodeAddress
Delphi
property CodeAddress: Pointer read GetCodeAddress;
C++
__property void * CodeAddress = {read=GetCodeAddress};
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| property | public | System.Rtti.pas System.Rtti.hpp | System.Rtti | TMethodImplementation | 
Description
Gets an untyped pointer to the executable code of the method.
CodeAddress represents the address of a stub code that redirects to the handler (callback) of this TMethodImplementation.