Sdílet prostřednictvím


DkmILJumpIfTrue Class

Definition

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

public ref class DkmILJumpIfTrue : Microsoft::VisualStudio::Debugger::Evaluation::IL::DkmILInstruction
[Windows::Foundation::Metadata::WebHostHidden]
public ref class DkmILJumpIfTrue : Microsoft::VisualStudio::Debugger::Evaluation::IL::DkmILInstruction
[Windows::Foundation::Metadata::WebHostHidden]
class DkmILJumpIfTrue : Microsoft::VisualStudio::Debugger::Evaluation::IL::DkmILInstruction
[System.Runtime.InteropServices.Guid("01aaf69c-9a98-03d9-2bbd-49b74de78028")]
public class DkmILJumpIfTrue : Microsoft.VisualStudio.Debugger.Evaluation.IL.DkmILInstruction
[<System.Runtime.InteropServices.Guid("01aaf69c-9a98-03d9-2bbd-49b74de78028")>]
type DkmILJumpIfTrue = class
    inherit DkmILInstruction
Public Class DkmILJumpIfTrue
Inherits DkmILInstruction
Inheritance
DkmILJumpIfTrue
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 DkmILJumpIfTrue object instance.

Applies to