MethodDebugInformation 结构
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
提供与方法定义关联的调试信息。 这些信息存储在调试元数据中。
public value class MethodDebugInformation
public readonly struct MethodDebugInformation
public struct MethodDebugInformation
type MethodDebugInformation = struct
Public Structure MethodDebugInformation
- 继承
注解
请参阅 MethodDebugInformation Table: 0x31。
属性
Document |
获取单个文档的句柄,其中该文档包含方法的所有序列点。 |
LocalSignature |
返回本地签名句柄。 |
SequencePointsBlob |
返回 blob 编码序列点。 |
方法
GetSequencePoints() |
返回从 SequencePointsBlob 中解码的序列点的集合。 |
GetStateMachineKickoffMethod() |
返回状态机的开始方法。 |