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