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 文件,它与包含此方法定义的读取器不同。

适用于