MethodDebugInformation 構造体

定義

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

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

注釈

「MethodDebugInformation Table: 0x31」を参照してください。

プロパティ

Document

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

LocalSignature

ローカルのシグネチャ ハンドルを返します。

SequencePointsBlob

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

メソッド

GetSequencePoints()

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

GetStateMachineKickoffMethod()

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

適用対象