IDkmGPUDisassemblyQuery.GetNextGPUInstructionAddress(DkmModuleInstance, UInt64) Methode

Definition

Gibt die Adresse der nächsten Anweisung relativ zu einer Startadresse zurück.

public:
 System::UInt64 GetNextGPUInstructionAddress(Microsoft::VisualStudio::Debugger::DkmModuleInstance ^ moduleInstance, System::UInt64 startAddress);
public ulong GetNextGPUInstructionAddress (Microsoft.VisualStudio.Debugger.DkmModuleInstance moduleInstance, ulong startAddress);
abstract member GetNextGPUInstructionAddress : Microsoft.VisualStudio.Debugger.DkmModuleInstance * uint64 -> uint64
Public Function GetNextGPUInstructionAddress (moduleInstance As DkmModuleInstance, startAddress As ULong) As ULong

Parameter

moduleInstance
DkmModuleInstance

In Die modulinstanzklasse stellt ein Code Bündel (z.: dll oder exe) dar, das an einer bestimmten Stelle in einen bestimmten Prozess geladen wird. Modulinstanzobjekte sind 1:1 mit dem Konzept der Ausführungsumgebung eines Code Pakets. In nativem Code sind modulinstanzobjekte z. b. 1:1 mit der Basisadresse.

startAddress
UInt64

In Die Adresse der aktuellen Anweisung.

Gibt zurück

UInt64

Vorgenommen Die Adresse der nächsten Anweisung von STARTADDRESS.

Gilt für