Share via


DkmILIsTrue Class

Definition

Pops a value off of the evaluation stack. If the value is non-zero, pushes a 32-bit value of 1 on the stack. Otherwise, pushes a 32-bit value of 0 on the stack.

public ref class DkmILIsTrue : Microsoft::VisualStudio::Debugger::Evaluation::IL::DkmILInstruction
[Windows::Foundation::Metadata::WebHostHidden]
public ref class DkmILIsTrue : Microsoft::VisualStudio::Debugger::Evaluation::IL::DkmILInstruction
[Windows::Foundation::Metadata::WebHostHidden]
class DkmILIsTrue : Microsoft::VisualStudio::Debugger::Evaluation::IL::DkmILInstruction
[System.Runtime.InteropServices.Guid("fefef4e7-d812-5005-f1c2-e817b63e0e5c")]
public class DkmILIsTrue : Microsoft.VisualStudio.Debugger.Evaluation.IL.DkmILInstruction
[<System.Runtime.InteropServices.Guid("fefef4e7-d812-5005-f1c2-e817b63e0e5c")>]
type DkmILIsTrue = class
    inherit DkmILInstruction
Public Class DkmILIsTrue
Inherits DkmILInstruction
Inheritance
DkmILIsTrue
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 DkmILIsTrue object instance.

Applies to