MethodDefinitionHandle.ToDebugInformationHandle 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
将句柄返回到与此句柄相对应的 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 文件,它与包含此方法定义的读取器不同。