IDkmInstructionAddressResolver.GetCurrentCPUAddress Yöntem

Tanım

Bir Dkmkomutctionaddress öğesini bir CPU Komutadresi olarak çözümler. Bu, Resolvecpukomutctionaddress öğesinin ters eşlemedir. Bu API Şu anda yalnızca CLR Dkmruntimeınstance nesneleri tarafından destekleniyor.

public:
 cli::array <System::UInt64> ^ GetCurrentCPUAddress(Microsoft::VisualStudio::Debugger::DkmInstructionAddress ^ instructionAddress);
public:
 Platform::Array <unsigned long long> ^ GetCurrentCPUAddress(Microsoft::VisualStudio::Debugger::DkmInstructionAddress ^ instructionAddress);
std::Array <unsigned long> GetCurrentCPUAddress(Microsoft::VisualStudio::Debugger::DkmInstructionAddress const & instructionAddress);
public ulong[] GetCurrentCPUAddress (Microsoft.VisualStudio.Debugger.DkmInstructionAddress instructionAddress);
abstract member GetCurrentCPUAddress : Microsoft.VisualStudio.Debugger.DkmInstructionAddress -> uint64[]
Public Function GetCurrentCPUAddress (instructionAddress As DkmInstructionAddress) As ULong()

Parametreler

instructionAddress
DkmInstructionAddress

'Ndaki Yürütülebilir kod konumunun soyut temsili (örn: EıP değeri). Çözümlenirse, bir yönerge adresi belirli bir modül örneği içinde olur. Yönerge adresi her zaman belirli bir çalışma zamanı örneği içinde bulunur.

Döndürülenler

UInt64[]

Dışı Bu Dkmkomutctionaddress ile eşlenen geçerli CPU yönerge adreslerinden oluşan bir dizi.

Şunlara uygulanır