IDkmInstructionAddressOperator.IsInSameFunction(DkmInstructionAddress, DkmInstructionAddress) Methode

Definition

Vergleicht zwei Anweisungs Adressen und bestimmt, ob Sie sich in derselben Funktion befinden.

public:
 bool IsInSameFunction(Microsoft::VisualStudio::Debugger::DkmInstructionAddress ^ instructionAddress, Microsoft::VisualStudio::Debugger::DkmInstructionAddress ^ other);
public:
 bool IsInSameFunction(Microsoft::VisualStudio::Debugger::DkmInstructionAddress ^ instructionAddress, Microsoft::VisualStudio::Debugger::DkmInstructionAddress ^ other);
bool IsInSameFunction(Microsoft::VisualStudio::Debugger::DkmInstructionAddress const & instructionAddress, Microsoft::VisualStudio::Debugger::DkmInstructionAddress const & other);
public bool IsInSameFunction (Microsoft.VisualStudio.Debugger.DkmInstructionAddress instructionAddress, Microsoft.VisualStudio.Debugger.DkmInstructionAddress other);
abstract member IsInSameFunction : Microsoft.VisualStudio.Debugger.DkmInstructionAddress * Microsoft.VisualStudio.Debugger.DkmInstructionAddress -> bool
Public Function IsInSameFunction (instructionAddress As DkmInstructionAddress, other As DkmInstructionAddress) As Boolean

Parameter

instructionAddress
DkmInstructionAddress

In Abstrakte Darstellung eines Speicherort für einen ausführbaren Code (Beispiel: EIP-Wert). Wenn das Problem behoben ist, wird eine Anweisungs Adresse innerhalb einer bestimmten Modul Instanz angezeigt. Eine Anweisungs Adresse befindet sich immer innerhalb einer bestimmten Lauf Zeit Instanz.

other
DkmInstructionAddress

In Eine Adresse, die mit dieser Adresse verglichen werden soll.

Gibt zurück

Boolean

Vorgenommen True, wenn die beiden Adressen von derselben Funktion stammen.

Gilt für