MethodDebugInformation 構造体
定義
メソッド定義に関連付けられたデバッグ情報を提供します。Provides debug information associated with a method definition. この情報は、デバッグ メタデータに格納されます。This information is stored in debug metadata.
public value class MethodDebugInformation
public struct MethodDebugInformation
type MethodDebugInformation = struct
Public Structure MethodDebugInformation
- 継承
注釈
「 Methoddebuginformation テーブル: 0x31」を参照してください。See MethodDebugInformation Table: 0x31.
プロパティ
Document |
メソッドのすべてのシーケンス ポイントを含む単一のドキュメントのハンドルを取得します。Gets the handle of the single document containing all sequence points of the method. |
LocalSignature |
ローカルのシグネチャ ハンドルを返します。Returns a local signature handle. |
SequencePointsBlob |
BLOB エンコード シーケンス ポイントを返します。Returns a blob encoding sequence points. |
メソッド
GetSequencePoints() |
SequencePointsBlob からデコードされたシーケンス ポイントのコレクションを返します。Returns a collection of sequence points decoded from SequencePointsBlob. |
GetStateMachineKickoffMethod() |
ステート マシンのキックオフ メソッドを返します。Returns the kickoff method of the state machine. |