Sdílet prostřednictvím


DkmILBitShiftLeft Class

Definition

Pops two integer values off of the evaluation stack. Shifts the first value left by the second value and pushes the result onto the evaluation stack. The first operand must be the size indicated by by DkmPrimitiveObjectType. The second operand must be 32-bit.

public ref class DkmILBitShiftLeft : Microsoft::VisualStudio::Debugger::Evaluation::IL::DkmILInstruction
[Windows::Foundation::Metadata::WebHostHidden]
public ref class DkmILBitShiftLeft : Microsoft::VisualStudio::Debugger::Evaluation::IL::DkmILInstruction
[Windows::Foundation::Metadata::WebHostHidden]
class DkmILBitShiftLeft : Microsoft::VisualStudio::Debugger::Evaluation::IL::DkmILInstruction
[System.Runtime.InteropServices.Guid("9e02b526-a3d3-1eb3-eaf5-0e817af4e47d")]
public class DkmILBitShiftLeft : Microsoft.VisualStudio.Debugger.Evaluation.IL.DkmILInstruction
[<System.Runtime.InteropServices.Guid("9e02b526-a3d3-1eb3-eaf5-0e817af4e47d")>]
type DkmILBitShiftLeft = class
    inherit DkmILInstruction
Public Class DkmILBitShiftLeft
Inherits DkmILInstruction
Inheritance
DkmILBitShiftLeft
Attributes

Properties

TagValue

DkmILInstruction is an abstract base class. This enum indicates which derived class this object is an instance of.

(Inherited from DkmILInstruction)
Type

The type of operands to expect (e.g. 32-bit or 64-bit). Floating-point modes are not allowed.

UniqueId

Uniquely identifies the DkmILInstruction object. Used as a hash-table key to allow for quickly matching up DkmIL instructions with their matching values.

(Inherited from DkmILInstruction)

Methods

Create(DkmPrimitiveObjectType)

Create a new DkmILBitShiftLeft object instance.

Applies to