DkmILRemainder.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 DkmILRemainder object instance.
public:
static Microsoft::VisualStudio::Debugger::Evaluation::IL::DkmILRemainder ^ Create(Microsoft::VisualStudio::Debugger::Evaluation::IL::DkmPrimitiveObjectType Type);
public:
static Microsoft::VisualStudio::Debugger::Evaluation::IL::DkmILRemainder ^ Create(Microsoft::VisualStudio::Debugger::Evaluation::IL::DkmPrimitiveObjectType Type);
static Microsoft::VisualStudio::Debugger::Evaluation::IL::DkmILRemainder Create(Microsoft::VisualStudio::Debugger::Evaluation::IL::DkmPrimitiveObjectType Type);
public static Microsoft.VisualStudio.Debugger.Evaluation.IL.DkmILRemainder Create(Microsoft.VisualStudio.Debugger.Evaluation.IL.DkmPrimitiveObjectType Type);
static member Create : Microsoft.VisualStudio.Debugger.Evaluation.IL.DkmPrimitiveObjectType -> Microsoft.VisualStudio.Debugger.Evaluation.IL.DkmILRemainder
Public Shared Function Create (Type As DkmPrimitiveObjectType) As DkmILRemainder
Parameters
[In] The type of operands to consume (e.g. integer vs. floating-point).
Returns
[Out] Result of this method call.