DkmNativeInstructionAddress.Create(DkmNativeRuntimeInstance, DkmNativeModuleInstance, UInt32, DkmInstructionAddress+CPUInstruction) Méthode

Définition

Créez une instance de l’objet DkmNativeInstructionAddress.

public:
 static Microsoft::VisualStudio::Debugger::Native::DkmNativeInstructionAddress ^ Create(Microsoft::VisualStudio::Debugger::Native::DkmNativeRuntimeInstance ^ RuntimeInstance, Microsoft::VisualStudio::Debugger::Native::DkmNativeModuleInstance ^ ModuleInstance, System::UInt32 RVA, Microsoft::VisualStudio::Debugger::DkmInstructionAddress::CPUInstruction ^ CPUInstruction);
public static Microsoft.VisualStudio.Debugger.Native.DkmNativeInstructionAddress Create (Microsoft.VisualStudio.Debugger.Native.DkmNativeRuntimeInstance RuntimeInstance, Microsoft.VisualStudio.Debugger.Native.DkmNativeModuleInstance ModuleInstance, uint RVA, Microsoft.VisualStudio.Debugger.DkmInstructionAddress.CPUInstruction CPUInstruction);
static member Create : Microsoft.VisualStudio.Debugger.Native.DkmNativeRuntimeInstance * Microsoft.VisualStudio.Debugger.Native.DkmNativeModuleInstance * uint32 * Microsoft.VisualStudio.Debugger.DkmInstructionAddress.CPUInstruction -> Microsoft.VisualStudio.Debugger.Native.DkmNativeInstructionAddress
Public Shared Function Create (RuntimeInstance As DkmNativeRuntimeInstance, ModuleInstance As DkmNativeModuleInstance, RVA As UInteger, CPUInstruction As DkmInstructionAddress.CPUInstruction) As DkmNativeInstructionAddress

Paramètres

RuntimeInstance
DkmNativeRuntimeInstance

Dans Représente le code natif qui s’exécute dans un processus cible.

ModuleInstance
DkmNativeModuleInstance

Dans Module contenant InstructionPointer.

RVA
UInt32

Dans RVA de InstructionPointer dans le module.

CPUInstruction
DkmInstructionAddress.CPUInstruction

[In, facultatif] CPUInstruction fournit l’adresse que l’UC exécutera. Cela est toujours fourni pour les instructions natives. Elle peut être fournie pour des adresses CLR ou personnalisées en fonction de la façon dont l’objet Address a été créé.

Retours

DkmNativeInstructionAddress

À Résultat de cet appel de méthode.

S’applique à