DkmILPushRegisterPseudoAddress.Create(Int32, Int32) Method

Definition

Create a new DkmILPushRegisterPseudoAddress object instance.

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

public:
 static Microsoft::VisualStudio::Debugger::Evaluation::IL::DkmILPushRegisterPseudoAddress ^ Create(int RegisterId, int ByteOffset);
public:
 static Microsoft::VisualStudio::Debugger::Evaluation::IL::DkmILPushRegisterPseudoAddress ^ Create(int RegisterId, int ByteOffset);
 static Microsoft::VisualStudio::Debugger::Evaluation::IL::DkmILPushRegisterPseudoAddress Create(int RegisterId, int ByteOffset);
public static Microsoft.VisualStudio.Debugger.Evaluation.IL.DkmILPushRegisterPseudoAddress Create(int RegisterId, int ByteOffset);
static member Create : int * int -> Microsoft.VisualStudio.Debugger.Evaluation.IL.DkmILPushRegisterPseudoAddress
Public Shared Function Create (RegisterId As Integer, ByteOffset As Integer) As DkmILPushRegisterPseudoAddress

Parameters

RegisterId
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.

Applies to