DkmILCompareGreaterThanOrEqual 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 or equal to 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 DkmILCompareGreaterThanOrEqual : Microsoft::VisualStudio::Debugger::Evaluation::IL::DkmILInstruction
[Windows::Foundation::Metadata::WebHostHidden]
public ref class DkmILCompareGreaterThanOrEqual : Microsoft::VisualStudio::Debugger::Evaluation::IL::DkmILInstruction
[Windows::Foundation::Metadata::WebHostHidden]
class DkmILCompareGreaterThanOrEqual : Microsoft::VisualStudio::Debugger::Evaluation::IL::DkmILInstruction
[System.Runtime.InteropServices.Guid("8b58921f-dea7-4cbc-b533-8211e74e0d46")]
public class DkmILCompareGreaterThanOrEqual : Microsoft.VisualStudio.Debugger.Evaluation.IL.DkmILInstruction
[<System.Runtime.InteropServices.Guid("8b58921f-dea7-4cbc-b533-8211e74e0d46")>]
type DkmILCompareGreaterThanOrEqual = class
inherit DkmILInstruction
Public Class DkmILCompareGreaterThanOrEqual
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 DkmILCompareGreaterThanOrEqual object instance. |