Share via


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

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

sequencePoints
BlobHandle

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

戻り値

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

注釈

の詳細については、GitHub のシーケンス ポイント BLOB に関sequencePointsするページを参照してください。

適用対象