DkmInstructionAddress.CPUInstruction(UInt64) Oluşturucu

Tanım

Yeni bir CPUInstruction değeri başlatın.

public:
 CPUInstruction(System::UInt64 InstructionPointer);
public:
 CPUInstruction(unsigned long long InstructionPointer);
 CPUInstruction(unsigned long InstructionPointer);
public CPUInstruction (ulong InstructionPointer);
new Microsoft.VisualStudio.Debugger.DkmInstructionAddress.CPUInstruction : uint64 -> Microsoft.VisualStudio.Debugger.DkmInstructionAddress.CPUInstruction
Public Sub New (InstructionPointer As ULong)

Parametreler

InstructionPointer
UInt64

'Ndaki CPU yönergesinin hedef işlemde bulunduğu adres.

Şunlara uygulanır