MethodBase.MethodHandle プロパティ

定義

メソッドの内部メタデータ表現を識別するハンドルを取得します。

public:
 abstract property RuntimeMethodHandle MethodHandle { RuntimeMethodHandle get(); };
public abstract RuntimeMethodHandle MethodHandle { get; }
member this.MethodHandle : RuntimeMethodHandle
Public MustOverride ReadOnly Property MethodHandle As RuntimeMethodHandle

プロパティ値

RuntimeMethodHandle オブジェクト。

実装

注釈

ハンドルは、取得されたアプリケーション ドメインでのみ有効です。

適用対象