DkmILJumpIfTrue 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 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
- 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. |