Sdílet prostřednictvím


DkmILLoad Class

Definition

Loads a value from an index previously saved from a DkmSave instruction and pushes the value to the top of the stack.

public ref class DkmILLoad : Microsoft::VisualStudio::Debugger::Evaluation::IL::DkmILInstruction
[Windows::Foundation::Metadata::WebHostHidden]
public ref class DkmILLoad : Microsoft::VisualStudio::Debugger::Evaluation::IL::DkmILInstruction
[Windows::Foundation::Metadata::WebHostHidden]
class DkmILLoad : Microsoft::VisualStudio::Debugger::Evaluation::IL::DkmILInstruction
[System.Runtime.InteropServices.Guid("242ede22-4afa-dcb0-6e75-e5b718815bee")]
public class DkmILLoad : Microsoft.VisualStudio.Debugger.Evaluation.IL.DkmILInstruction
[<System.Runtime.InteropServices.Guid("242ede22-4afa-dcb0-6e75-e5b718815bee")>]
type DkmILLoad = class
    inherit DkmILInstruction
Public Class DkmILLoad
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 DkmILLoad object instance.

Applies to