DkmILBitShiftRight.Create(DkmPrimitiveObjectType) Method

Definition

Create a new DkmILBitShiftRight object instance.

public:
 static Microsoft::VisualStudio::Debugger::Evaluation::IL::DkmILBitShiftRight ^ Create(Microsoft::VisualStudio::Debugger::Evaluation::IL::DkmPrimitiveObjectType Type);
public:
 static Microsoft::VisualStudio::Debugger::Evaluation::IL::DkmILBitShiftRight ^ Create(Microsoft::VisualStudio::Debugger::Evaluation::IL::DkmPrimitiveObjectType Type);
 static Microsoft::VisualStudio::Debugger::Evaluation::IL::DkmILBitShiftRight Create(Microsoft::VisualStudio::Debugger::Evaluation::IL::DkmPrimitiveObjectType Type);
public static Microsoft.VisualStudio.Debugger.Evaluation.IL.DkmILBitShiftRight Create(Microsoft.VisualStudio.Debugger.Evaluation.IL.DkmPrimitiveObjectType Type);
static member Create : Microsoft.VisualStudio.Debugger.Evaluation.IL.DkmPrimitiveObjectType -> Microsoft.VisualStudio.Debugger.Evaluation.IL.DkmILBitShiftRight
Public Shared Function Create (Type As DkmPrimitiveObjectType) As DkmILBitShiftRight

Parameters

Type
DkmPrimitiveObjectType

[In] 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.

Returns

[Out] Result of this method call.

Applies to