MetadataBuilder.AddMethodDebugInformation(DocumentHandle, BlobHandle) Metod

Definition

Lägger till information om metodfelsökning.

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

Parametrar

document
DocumentHandle

Handtaget för ett enskilt dokument som innehåller alla sekvenspunkter i metoden, eller null om metoden inte har sekvenspunkter eller sträcker sig över flera dokument.

sequencePoints
BlobHandle

Sekvensen Punkter blob, eller null om metoden inte har sekvenspunkter.

Returer

Ett handtag för felsökningsinformationen för den tillagda metoden.

Kommentarer

Mer information om sequencePoints finns i: Sequence Points Blob på GitHub.

Gäller för