DkmILBitShiftRight.Create(DkmPrimitiveObjectType) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
[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.