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() |
傳回狀態機器的啟動方法。 |