DkmILIsFalse Class

Definition

Pops a value off of the evaluation stack. If the value is 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 DkmILIsFalse : Microsoft::VisualStudio::Debugger::Evaluation::IL::DkmILInstruction
[Windows::Foundation::Metadata::WebHostHidden]
public ref class DkmILIsFalse : Microsoft::VisualStudio::Debugger::Evaluation::IL::DkmILInstruction
[Windows::Foundation::Metadata::WebHostHidden]
class DkmILIsFalse : Microsoft::VisualStudio::Debugger::Evaluation::IL::DkmILInstruction
[System.Runtime.InteropServices.Guid("58671534-8e49-9c48-c2a8-201d29bac5ef")]
public class DkmILIsFalse : Microsoft.VisualStudio.Debugger.Evaluation.IL.DkmILInstruction
[<System.Runtime.InteropServices.Guid("58671534-8e49-9c48-c2a8-201d29bac5ef")>]
type DkmILIsFalse = class
    inherit DkmILInstruction
Public Class DkmILIsFalse
Inherits DkmILInstruction
Inheritance
DkmILIsFalse
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 DkmILIsFalse object instance.

Applies to