_ConstructorInfo.MethodHandle プロパティ
定義
COM オブジェクトを提供するバージョンに依存しないアクセス権を持つ、MethodHandleプロパティです。Provides COM objects with version-independent access to the MethodHandle property.
public:
property RuntimeMethodHandle MethodHandle { RuntimeMethodHandle get(); };
public RuntimeMethodHandle MethodHandle { get; }
member this.MethodHandle : RuntimeMethodHandle
Public ReadOnly Property MethodHandle As RuntimeMethodHandle
プロパティ値
RuntimeMethodHandle オブジェクト。A RuntimeMethodHandle object.
注釈
このメソッドは、アンマネージコードからマネージクラスにアクセスするためのものであり、マネージコードからは呼び出さないでください。This method is for access to managed classes from unmanaged code, and should not be called from managed code.
プロパティMethodHandleは、メソッドの内部メタデータ表現へのハンドルを取得します。The MethodHandle property gets a handle to the internal metadata representation of a method.