MethodDebugInformation Struktur

Definition

Stellt Debuginformationen bereit, die einer Methodendefinition zugeordnet sind. Diese Informationen werden in Debugmetadaten gespeichert.

public value class MethodDebugInformation
public readonly struct MethodDebugInformation
public struct MethodDebugInformation
type MethodDebugInformation = struct
Public Structure MethodDebugInformation
Vererbung
MethodDebugInformation

Hinweise

Weitere Informationen finden Sie unter MethodDebugInformation Table: 0x31.

Eigenschaften

Document

Ruft das Handle des einzelnen Dokuments ab, das alle Sequenzpunkte der Methode enthält.

LocalSignature

Gibt ein Handle für die lokale Signatur zurück.

SequencePointsBlob

Gibt ein Blob zurück, das Sequenzpunkte codiert.

Methoden

GetSequencePoints()

Gibt eine Sammlung der aus SequencePointsBlob decodierten Sequenzpunkte zurück.

GetStateMachineKickoffMethod()

Gibt die Kickoffmethode des Zustandsautomaten zurück.

Gilt für: