Bagikan melalui


MetadataBuilder.AddMethodDebugInformation(DocumentHandle, BlobHandle) Metode

Definisi

Menambahkan informasi debug metode.

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

Parameter

document
DocumentHandle

Handel satu dokumen yang berisi semua titik urutan metode, atau null jika metode tidak memiliki titik urutan atau mencakup beberapa dokumen.

sequencePoints
BlobHandle

Blob Titik urutan, atau null jika metode tidak memiliki titik urutan.

Mengembalikan

Handel ke informasi debug metode yang ditambahkan.

Keterangan

Untuk informasi selengkapnya tentang sequencePoints, lihat: Blob Titik Urutan di GitHub.

Berlaku untuk