DkmILPushLocalVariablePseudoAddress.Create(Int32, Int32) Method
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.
Create a new DkmILPushLocalVariablePseudoAddress object instance.
This API was introduced in Visual Studio 14 RTM (DkmApiVersion.VS14RTM).
public:
static Microsoft::VisualStudio::Debugger::Evaluation::IL::DkmILPushLocalVariablePseudoAddress ^ Create(int Index, int ByteOffset);
public:
static Microsoft::VisualStudio::Debugger::Evaluation::IL::DkmILPushLocalVariablePseudoAddress ^ Create(int Index, int ByteOffset);
static Microsoft::VisualStudio::Debugger::Evaluation::IL::DkmILPushLocalVariablePseudoAddress Create(int Index, int ByteOffset);
public static Microsoft.VisualStudio.Debugger.Evaluation.IL.DkmILPushLocalVariablePseudoAddress Create(int Index, int ByteOffset);
static member Create : int * int -> Microsoft.VisualStudio.Debugger.Evaluation.IL.DkmILPushLocalVariablePseudoAddress
Public Shared Function Create (Index As Integer, ByteOffset As Integer) As DkmILPushLocalVariablePseudoAddress
Parameters
- Index
- Int32
[In] The index of the IL variable this pseudo-address should be backed by.
- ByteOffset
- Int32
[In] The offset, within the backing local variable, that this pseudo-address refers to.
Returns
[Out] Result of this method call.