System.Rtti.TRttiMethod.CodeAddress

From RAD Studio API Documentation
Jump to: navigation, search

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 TRttiMethod

Description

Specifies the address to the actual code.

Use CodeAddress to obtain a pointer to the in-memory location where the method code is present.

See Also