MetadataBuilder.AddMethodDebugInformation(DocumentHandle, BlobHandle) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
メソッドのデバッグ情報を追加します。
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
するページを参照してください。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET