MethodDebugInformation 構造体

定義

メソッド定義に関連付けられているデバッグ情報を提供します。 この情報はデバッグ メタデータに格納されます。

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

注釈

MethodDebugInformation テーブル: 0x31を参照してください。

プロパティ

名前 説明
Document

メソッドのすべてのシーケンス ポイントを含む 1 つのドキュメントのハンドルを取得します。

LocalSignature

ローカル署名ハンドルを返します。

SequencePointsBlob

BLOB エンコード シーケンス ポイントを返します。

メソッド

名前 説明
GetSequencePoints()

SequencePointsBlobからデコードされたシーケンス ポイントのコレクションを返します。

GetStateMachineKickoffMethod()

ステート マシンのキックオフ メソッドを返します。

適用対象