Freigeben über


DkmILEvaluationResult.BackingRegisterByteOffset 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 byte offset within the register that this pseudo-address represents. If no backing register exists, the return value is zero. This property is valid only if BackingRegisterId() returns a nonzero value.

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

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

Property Value

Applies to