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