Freigeben über


DkmILRegisterRead.Create(Int32) Method

Definition

Create a new DkmILRegisterRead object instance.

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

Parameters

RegisterId
Int32

[In] The code-view definition of which register to read. Values are defined in cvconst.h. This is architecture dependent.

Returns

[Out] Result of this method call.

Applies to