Freigeben über


DkmILBitShiftRight Class

Definition

Pops two integer values off of the evaluation stack. Shifts the first value right 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 DkmILBitShiftRight : Microsoft::VisualStudio::Debugger::Evaluation::IL::DkmILInstruction
[Windows::Foundation::Metadata::WebHostHidden]
public ref class DkmILBitShiftRight : Microsoft::VisualStudio::Debugger::Evaluation::IL::DkmILInstruction
[Windows::Foundation::Metadata::WebHostHidden]
class DkmILBitShiftRight : Microsoft::VisualStudio::Debugger::Evaluation::IL::DkmILInstruction
[System.Runtime.InteropServices.Guid("8b4645e9-19a8-ba08-9554-3f17f197f478")]
public class DkmILBitShiftRight : Microsoft.VisualStudio.Debugger.Evaluation.IL.DkmILInstruction
[<System.Runtime.InteropServices.Guid("8b4645e9-19a8-ba08-9554-3f17f197f478")>]
type DkmILBitShiftRight = class
    inherit DkmILInstruction
Public Class DkmILBitShiftRight
Inherits DkmILInstruction
Inheritance
DkmILBitShiftRight
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. Also, specifies whether the operation is signed or unsigned. An unsigned mode means the upper-bit will be filled with a zero; a signed mode means the upper-bit will be preserved.

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 DkmILBitShiftRight object instance.

Applies to