DkmILBitXor 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 two integer values off of the evaluation stack. Performs a bitwise exclusive-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 DkmILBitXor : Microsoft::VisualStudio::Debugger::Evaluation::IL::DkmILInstruction
[Windows::Foundation::Metadata::WebHostHidden]
public ref class DkmILBitXor : Microsoft::VisualStudio::Debugger::Evaluation::IL::DkmILInstruction
[Windows::Foundation::Metadata::WebHostHidden]
class DkmILBitXor : Microsoft::VisualStudio::Debugger::Evaluation::IL::DkmILInstruction
[System.Runtime.InteropServices.Guid("9f0eb985-42c0-fbc0-1d85-2371aca7e7c1")]
public class DkmILBitXor : Microsoft.VisualStudio.Debugger.Evaluation.IL.DkmILInstruction
[<System.Runtime.InteropServices.Guid("9f0eb985-42c0-fbc0-1d85-2371aca7e7c1")>]
type DkmILBitXor = class
inherit DkmILInstruction
Public Class DkmILBitXor
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 DkmILBitXor object instance. |