Share via


DkmILEvaluationResult.BackingRegisterId Property

Definition

If this evaluation result represents the pseudo-address of somewhere within a register (pushed onto the stack with a DkmILPushRegisterPseudoAddress instruction), returns the register that backs the result. If no backing register exists, the return value is 0 (CV_REG_NONE).

This API was introduced in Visual Studio 15 RTM (DkmApiVersion.VS15RTM).

public:
 property int BackingRegisterId { int get(); };
public:
 property int BackingRegisterId { int get(); };
public int BackingRegisterId { get; }
member this.BackingRegisterId : int
Public ReadOnly Property BackingRegisterId As Integer

Property Value

Applies to