System.Rtti.TMethodImplementation

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

System.TObjectTMethodImplementation

Delphi

TMethodImplementation = class

C++

class PASCALIMPLEMENTATION TMethodImplementation : public System::TObject

プロパティ

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

説明

メソッド実装を表します。

TMethodImplementation は、実行時に TVirtualMethodInterceptor でメソッド オーバーロードを作成するのに使用されます。

TMethodImplementation のインスタンスを作成するには、TRttiMethod.CreateImplementation を使用します。 デフォルト コンストラクタで例外が発生するため、TMethodImplementation のインスタンスを直接作成しないでください。

関連項目