DkmILPushLocalVariablePseudoAddress.ByteOffset Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The offset, within the backing local variable, that this pseudo-address refers to.
This API was introduced in Visual Studio 14 RTM (DkmApiVersion.VS14RTM).
public:
property int ByteOffset { int get(); };
public:
property int ByteOffset { int get(); };
public int ByteOffset { get; }
member this.ByteOffset : int
Public ReadOnly Property ByteOffset As Integer