System.Rtti.TMethodImplementation.CodeAddress

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property CodeAddress: Pointer read GetCodeAddress;

C++

__property void * CodeAddress = {read=GetCodeAddress};

プロパティ

種類 可視性 ソース ユニット
property public
System.Rtti.pas
System.Rtti.hpp
System.Rtti TMethodImplementation

説明

メソッドの実行可能コードへの型指定のないポインタを取得します。

CodeAddress は、TMethodImplementation のハンドラへリダイレクト(コールバック)する、スタブ コードのアドレスを表します。

関連項目