MethodDebugInformation 結構
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
提供與方法定義相關聯的偵錯資訊。 此資訊會儲存在偵錯元數據中。
public value class MethodDebugInformation
public readonly struct MethodDebugInformation
public struct MethodDebugInformation
type MethodDebugInformation = struct
Public Structure MethodDebugInformation
- 繼承
備註
參見 MethodDebugInformation 表格:0x31。
屬性
| 名稱 | Description |
|---|---|
| Document |
取得包含方法所有序列點的單一文件的代言權。 |
| LocalSignature |
回傳一個本地簽章帳號。 |
| SequencePointsBlob |
回傳一個編碼序列點的斑點。 |
方法
| 名稱 | Description |
|---|---|
| GetSequencePoints() |
回傳一組由 SequencePointsBlob解碼的序列點。 |
| GetStateMachineKickoffMethod() |
回傳狀態機的啟動方法。 |