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

傳回

對應至這個控制代碼的方法偵錯資訊控制代碼。

備註

產生的句柄只有在可攜式 PDB Blob 開啟的內容 MetadataReader 內才有效,在此情況下,獨立 PDB 檔案的讀取器與包含此方法定義的讀取器不同。

適用於