DkmILAdd Class

Definition

Pops two values off the evaluation stack, adds them, and pushes the sum onto the evaluation stack. Both operands popped off the stack must be the size indicated by DkmPrimitiveObjectType. The resultant value will have the same size as the operands. In the event of overflow, the result will be truncated.

public ref class DkmILAdd : Microsoft::VisualStudio::Debugger::Evaluation::IL::DkmILInstruction
[Windows::Foundation::Metadata::WebHostHidden]
public ref class DkmILAdd : Microsoft::VisualStudio::Debugger::Evaluation::IL::DkmILInstruction
[Windows::Foundation::Metadata::WebHostHidden]
class DkmILAdd : Microsoft::VisualStudio::Debugger::Evaluation::IL::DkmILInstruction
[System.Runtime.InteropServices.Guid("8cea2e5c-6a04-4523-4dad-b55f4052fc33")]
public class DkmILAdd : Microsoft.VisualStudio.Debugger.Evaluation.IL.DkmILInstruction
[<System.Runtime.InteropServices.Guid("8cea2e5c-6a04-4523-4dad-b55f4052fc33")>]
type DkmILAdd = class
    inherit DkmILInstruction
Public Class DkmILAdd
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 addition to perform (e.g. integer vs. floating-point).

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

Applies to