MethodDebugInformation 結構

定義

提供與方法定義相關聯的偵錯資訊。 此資訊會儲存在偵錯元數據中。

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

備註

參見 MethodDebugInformation 表格:0x31

屬性

名稱 Description
Document

取得包含方法所有序列點的單一文件的代言權。

LocalSignature

回傳一個本地簽章帳號。

SequencePointsBlob

回傳一個編碼序列點的斑點。

方法

名稱 Description
GetSequencePoints()

回傳一組由 SequencePointsBlob解碼的序列點。

GetStateMachineKickoffMethod()

回傳狀態機的啟動方法。

適用於