Freigeben über


DkmILJumpIfFalse Class

Definition

Pops a value off the IL stack. Then, jumps to another instruction in the instruction stream only if the value bytes are all zero.

public ref class DkmILJumpIfFalse : Microsoft::VisualStudio::Debugger::Evaluation::IL::DkmILInstruction
[Windows::Foundation::Metadata::WebHostHidden]
public ref class DkmILJumpIfFalse : Microsoft::VisualStudio::Debugger::Evaluation::IL::DkmILInstruction
[Windows::Foundation::Metadata::WebHostHidden]
class DkmILJumpIfFalse : Microsoft::VisualStudio::Debugger::Evaluation::IL::DkmILInstruction
[System.Runtime.InteropServices.Guid("80cc8616-ef15-670e-16dc-8d1d852e80b1")]
public class DkmILJumpIfFalse : Microsoft.VisualStudio.Debugger.Evaluation.IL.DkmILInstruction
[<System.Runtime.InteropServices.Guid("80cc8616-ef15-670e-16dc-8d1d852e80b1")>]
type DkmILJumpIfFalse = class
    inherit DkmILInstruction
Public Class DkmILJumpIfFalse
Inherits DkmILInstruction
Inheritance
DkmILJumpIfFalse
Attributes

Properties

TagValue

DkmILInstruction is an abstract base class. This enum indicates which derived class this object is an instance of.

(Inherited from DkmILInstruction)
Target

Location in the instruction stream to jump to.

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(UInt32)

Create a new DkmILJumpIfFalse object instance.

Applies to