Freigeben über


DkmILBitOr Class

Definition

Pops two integer values off of the evaluation stack. Performs a bitwise or 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 DkmILBitOr : Microsoft::VisualStudio::Debugger::Evaluation::IL::DkmILInstruction
[Windows::Foundation::Metadata::WebHostHidden]
public ref class DkmILBitOr : Microsoft::VisualStudio::Debugger::Evaluation::IL::DkmILInstruction
[Windows::Foundation::Metadata::WebHostHidden]
class DkmILBitOr : Microsoft::VisualStudio::Debugger::Evaluation::IL::DkmILInstruction
[System.Runtime.InteropServices.Guid("59c33aa2-28f3-0da3-ed3a-676ae57f6470")]
public class DkmILBitOr : Microsoft.VisualStudio.Debugger.Evaluation.IL.DkmILInstruction
[<System.Runtime.InteropServices.Guid("59c33aa2-28f3-0da3-ed3a-676ae57f6470")>]
type DkmILBitOr = class
    inherit DkmILInstruction
Public Class DkmILBitOr
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)
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 DkmILBitOr object instance.

Applies to