Sdílet prostřednictvím


DkmILBitNot Class

Definition

Pops an integer value off of the evaluation stack. Inverts all the bits and pushes the result onto the stack.

public ref class DkmILBitNot : Microsoft::VisualStudio::Debugger::Evaluation::IL::DkmILInstruction
[Windows::Foundation::Metadata::WebHostHidden]
public ref class DkmILBitNot : Microsoft::VisualStudio::Debugger::Evaluation::IL::DkmILInstruction
[Windows::Foundation::Metadata::WebHostHidden]
class DkmILBitNot : Microsoft::VisualStudio::Debugger::Evaluation::IL::DkmILInstruction
[System.Runtime.InteropServices.Guid("ead1642b-da0a-3e0e-0f8c-ab1c3279fb0f")]
public class DkmILBitNot : Microsoft.VisualStudio.Debugger.Evaluation.IL.DkmILInstruction
[<System.Runtime.InteropServices.Guid("ead1642b-da0a-3e0e-0f8c-ab1c3279fb0f")>]
type DkmILBitNot = class
    inherit DkmILInstruction
Public Class DkmILBitNot
Inherits DkmILInstruction
Inheritance
DkmILBitNot
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 operands to expect (e.g. 32-bit or 64-bit). Floating-point modes are not allowed.

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 DkmILBitNot object instance.

Applies to