Sdílet prostřednictvím


DkmILBitAnd Class

Definition

Pops two integer values off of the evaluation stack. Performs a bitwise and on the two values, and pushes the result onto the stack. The two values popped from the stack must be the same size.

public ref class DkmILBitAnd : Microsoft::VisualStudio::Debugger::Evaluation::IL::DkmILInstruction
[Windows::Foundation::Metadata::WebHostHidden]
public ref class DkmILBitAnd : Microsoft::VisualStudio::Debugger::Evaluation::IL::DkmILInstruction
[Windows::Foundation::Metadata::WebHostHidden]
class DkmILBitAnd : Microsoft::VisualStudio::Debugger::Evaluation::IL::DkmILInstruction
[System.Runtime.InteropServices.Guid("1c046c38-4667-3b0c-3387-6efc9b66c74e")]
public class DkmILBitAnd : Microsoft.VisualStudio.Debugger.Evaluation.IL.DkmILInstruction
[<System.Runtime.InteropServices.Guid("1c046c38-4667-3b0c-3387-6efc9b66c74e")>]
type DkmILBitAnd = class
    inherit DkmILInstruction
Public Class DkmILBitAnd
Inherits DkmILInstruction
Inheritance
DkmILBitAnd
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 DkmILBitAnd object instance.

Applies to