Sdílet prostřednictvím


DkmILCompareLessThan.Create(DkmPrimitiveObjectType) Method

Definition

Create a new DkmILCompareLessThan object instance.

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

Parameters

Type
DkmPrimitiveObjectType

[In] The type of comparison to perform (e.g. integer vs. floating-point).

Returns

[Out] Result of this method call.

Applies to