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