DkmInstructionAddress.CPUInstruction(UInt64) Oluşturucu
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
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.