Freigeben über


DkmILRegisterRead Class

Definition

A request to read the value of a specific register. The result is pushed on the DkmIL stack.

public ref class DkmILRegisterRead : Microsoft::VisualStudio::Debugger::Evaluation::IL::DkmILInstruction
[Windows::Foundation::Metadata::WebHostHidden]
public ref class DkmILRegisterRead : Microsoft::VisualStudio::Debugger::Evaluation::IL::DkmILInstruction
[Windows::Foundation::Metadata::WebHostHidden]
class DkmILRegisterRead : Microsoft::VisualStudio::Debugger::Evaluation::IL::DkmILInstruction
[System.Runtime.InteropServices.Guid("65088917-dd5b-32c3-b300-21da5242d959")]
public class DkmILRegisterRead : Microsoft.VisualStudio.Debugger.Evaluation.IL.DkmILInstruction
[<System.Runtime.InteropServices.Guid("65088917-dd5b-32c3-b300-21da5242d959")>]
type DkmILRegisterRead = class
    inherit DkmILInstruction
Public Class DkmILRegisterRead
Inherits DkmILInstruction
Inheritance
DkmILRegisterRead
Attributes

Properties

RegisterId

The code-view definition of which register to read. Values are defined in cvconst.h. This is architecture dependent.

TagValue

DkmILInstruction is an abstract base class. This enum indicates which derived class this object is an instance of.

(Inherited from DkmILInstruction)
UniqueId

Uniquely identifies the DkmILInstruction object. Used as a hash-table key to allow for quickly matching up DkmIL instructions with their matching values.

(Inherited from DkmILInstruction)

Methods

Create(Int32)

Create a new DkmILRegisterRead object instance.

Applies to