DkmILBitOr Class
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 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
Tag |
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. |
Unique |
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) |
Create(Dkm |
Create a new DkmILBitOr object instance. |
Προϊόν | Εκδόσεις |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |