MetadataBuilder.AddMethodDebugInformation(DocumentHandle, BlobHandle) メソッド

定義

メソッドのデバッグ情報を追加します。

public:
 System::Reflection::Metadata::MethodDebugInformationHandle AddMethodDebugInformation(System::Reflection::Metadata::DocumentHandle document, System::Reflection::Metadata::BlobHandle sequencePoints);
public System.Reflection.Metadata.MethodDebugInformationHandle AddMethodDebugInformation(System.Reflection.Metadata.DocumentHandle document, System.Reflection.Metadata.BlobHandle sequencePoints);
member this.AddMethodDebugInformation : System.Reflection.Metadata.DocumentHandle * System.Reflection.Metadata.BlobHandle -> System.Reflection.Metadata.MethodDebugInformationHandle
Public Function AddMethodDebugInformation (document As DocumentHandle, sequencePoints As BlobHandle) As MethodDebugInformationHandle

パラメーター

document
DocumentHandle

メソッドのすべてのシーケンス ポイントを含む 1 つのドキュメントのハンドル。メソッドにシーケンス ポイントがない場合や複数のドキュメントにまたがる場合に null

sequencePoints
BlobHandle

シーケンス ポイント BLOB。メソッドにシーケンス ポイントがない場合は null

返品

追加されたメソッド デバッグ情報へのハンドル。

注釈

sequencePointsの詳細については、GitHubの「Sequence Points Blob」を参照してください。

適用対象