MetadataBuilder.AddMethodDebugInformation(DocumentHandle, BlobHandle) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Fügt Methodendebuginformationen hinzu.
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
Das Handle eines einzelnen Dokuments, das alle Sequenzpunkte der Methode enthält, oder null wenn die Methode keine Sequenzpunkte enthält oder mehrere Dokumente umfasst.
- sequencePoints
- BlobHandle
Das Sequenz-Points-Blob oder null wenn die Methode keine Sequenzpunkte enthält.
Gibt zurück
Ein Handle zu den hinzugefügten Methodendebuginformationen.
Hinweise
Weitere Informationen zu sequencePoints finden Sie unter: Sequence Points Blob für GitHub.