MethodDefinitionHandle.ToDebugInformationHandle メソッド

定義

このハンドルに対応する MethodDebugInformation にハンドルを返します。

public:
 System::Reflection::Metadata::MethodDebugInformationHandle ToDebugInformationHandle();
public System.Reflection.Metadata.MethodDebugInformationHandle ToDebugInformationHandle ();
member this.ToDebugInformationHandle : unit -> System.Reflection.Metadata.MethodDebugInformationHandle
Public Function ToDebugInformationHandle () As MethodDebugInformationHandle

戻り値

このハンドルに対応するメソッド デバッグ情報ハンドル。

注釈

結果のハンドルは、Portable PDB BLOB のオープンの MetadataReader コンテキスト内でのみ有効です。スタンドアロン PDB ファイルの場合は、このメソッド定義を含むリーダーとは異なるリーダーです。

適用対象