MethodDebugInformation 结构

定义

提供与方法定义关联的调试信息。 这些信息存储在调试元数据中。

public value class MethodDebugInformation
public readonly struct MethodDebugInformation
public struct MethodDebugInformation
type MethodDebugInformation = struct
Public Structure MethodDebugInformation
继承
MethodDebugInformation

注解

请参阅 MethodDebugInformation Table: 0x31

属性

Document

获取单个文档的句柄,其中该文档包含方法的所有序列点。

LocalSignature

返回本地签名句柄。

SequencePointsBlob

返回 blob 编码序列点。

方法

GetSequencePoints()

返回从 SequencePointsBlob 中解码的序列点的集合。

GetStateMachineKickoffMethod()

返回状态机的开始方法。

适用于