メソッドの内部ハンドルを取得します。基になるメタデータ ハンドルにアクセスするには、このハンドルを使用します。
Overrides Public ReadOnly Property MethodHandle As _
RuntimeMethodHandle
[C#]
public override RuntimeMethodHandle MethodHandle {get;}
[C++]
public: __property RuntimeMethodHandle get_MethodHandle();
[JScript]
public override function get MethodHandle() : RuntimeMethodHandle;
プロパティ値
メソッドの内部ハンドルを返します。基になるメタデータ ハンドルにアクセスするには、このハンドルを使用します。
例外
例外の種類 | 条件 |
---|---|
NotSupportedException | このクラスでは、このプロパティはサポートされていません。 |
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
参照
ConstructorBuilder クラス | ConstructorBuilder メンバ | System.Reflection.Emit 名前空間