Aracılığıyla paylaş


MetadataBuilder.AddMethodDebugInformation(DocumentHandle, BlobHandle) Yöntem

Tanım

Yöntem hata ayıklama bilgileri ekler.

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

Parametreler

document
DocumentHandle

Yöntemin tüm sıra noktalarını içeren tek bir belgenin tanıtıcısı veya null yöntemin sıra noktaları yoksa veya birden çok belgeye yayılmışsa.

sequencePoints
BlobHandle

Dizi Noktaları blobu veya null yöntemin sıra noktaları yoksa.

Döndürülenler

Eklenen yöntem hata ayıklama bilgilerinin tanıtıcısı.

Açıklamalar

hakkında sequencePointsdaha fazla bilgi için bkz. GitHub'da Sıra Noktaları Blobu .

Şunlara uygulanır