DkmILBitShiftLeft.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 DkmILBitShiftLeft object instance.
public:
static Microsoft::VisualStudio::Debugger::Evaluation::IL::DkmILBitShiftLeft ^ Create(Microsoft::VisualStudio::Debugger::Evaluation::IL::DkmPrimitiveObjectType Type);
public:
static Microsoft::VisualStudio::Debugger::Evaluation::IL::DkmILBitShiftLeft ^ Create(Microsoft::VisualStudio::Debugger::Evaluation::IL::DkmPrimitiveObjectType Type);
static Microsoft::VisualStudio::Debugger::Evaluation::IL::DkmILBitShiftLeft Create(Microsoft::VisualStudio::Debugger::Evaluation::IL::DkmPrimitiveObjectType Type);
public static Microsoft.VisualStudio.Debugger.Evaluation.IL.DkmILBitShiftLeft Create(Microsoft.VisualStudio.Debugger.Evaluation.IL.DkmPrimitiveObjectType Type);
static member Create : Microsoft.VisualStudio.Debugger.Evaluation.IL.DkmPrimitiveObjectType -> Microsoft.VisualStudio.Debugger.Evaluation.IL.DkmILBitShiftLeft
Public Shared Function Create (Type As DkmPrimitiveObjectType) As DkmILBitShiftLeft
Parameters
[In] The type of operands to expect (e.g. 32-bit or 64-bit). Floating-point modes are not allowed.
Returns
[Out] Result of this method call.