DkmILSave Class

Definition

Saves the value at the top of the stack in a temporary slot at the given index, from which it can later be loaded back.

public ref class DkmILSave : Microsoft::VisualStudio::Debugger::Evaluation::IL::DkmILInstruction
[Windows::Foundation::Metadata::WebHostHidden]
public ref class DkmILSave : Microsoft::VisualStudio::Debugger::Evaluation::IL::DkmILInstruction
[Windows::Foundation::Metadata::WebHostHidden]
class DkmILSave : Microsoft::VisualStudio::Debugger::Evaluation::IL::DkmILInstruction
[System.Runtime.InteropServices.Guid("60b4a51a-025c-34a3-6b05-284cf64fd50f")]
public class DkmILSave : Microsoft.VisualStudio.Debugger.Evaluation.IL.DkmILInstruction
[<System.Runtime.InteropServices.Guid("60b4a51a-025c-34a3-6b05-284cf64fd50f")>]
type DkmILSave = class
    inherit DkmILInstruction
Public Class DkmILSave
Inherits DkmILInstruction
Inheritance
Attributes

Properties

Index

The index at which to save the value.

TagValue

DkmILInstruction is an abstract base class. This enum indicates which derived class this object is an instance of.

(Inherited from DkmILInstruction)
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(UInt32)

Create a new DkmILSave object instance.

Applies to