MethodDebugInformation 结构

定义

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

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

注解

请参阅 MethodDebugInformation 表:0x31

属性

名称 说明
Document

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

LocalSignature

返回本地签名句柄。

SequencePointsBlob

返回 Blob 编码序列点。

方法

名称 说明
GetSequencePoints()

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

GetStateMachineKickoffMethod()

返回状态机的启动方法。

适用于