DkmILCompareGreaterThan Class
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.
Pops two values off the evaluation stack and performs a numerical comparison of the values, using the arithmetic mode specified. If the first operand is greater than the second operand, pushes a 32-bit value of 1 on the stack; otherwise, pushes a 32-bit value of 0 on the stack.
public ref class DkmILCompareGreaterThan : Microsoft::VisualStudio::Debugger::Evaluation::IL::DkmILInstruction
[Windows::Foundation::Metadata::WebHostHidden]
public ref class DkmILCompareGreaterThan : Microsoft::VisualStudio::Debugger::Evaluation::IL::DkmILInstruction
[Windows::Foundation::Metadata::WebHostHidden]
class DkmILCompareGreaterThan : Microsoft::VisualStudio::Debugger::Evaluation::IL::DkmILInstruction
[System.Runtime.InteropServices.Guid("87da7a59-d3c5-2a9c-098a-b036d51c2bb6")]
public class DkmILCompareGreaterThan : Microsoft.VisualStudio.Debugger.Evaluation.IL.DkmILInstruction
[<System.Runtime.InteropServices.Guid("87da7a59-d3c5-2a9c-098a-b036d51c2bb6")>]
type DkmILCompareGreaterThan = class
inherit DkmILInstruction
Public Class DkmILCompareGreaterThan
Inherits DkmILInstruction
- Inheritance
- Attributes
Properties
TagValue |
DkmILInstruction is an abstract base class. This enum indicates which derived class this object is an instance of. (Inherited from DkmILInstruction) |
Type |
The type of comparison to perform (e.g. integer vs. floating-point). |
UniqueId |
Uniquely identifies the DkmILInstruction object. Used as a hash-table key to allow for quickly matching up DkmIL instructions with their matching values. (Inherited from DkmILInstruction) |
Methods
Create(DkmPrimitiveObjectType) |
Create a new DkmILCompareGreaterThan object instance. |