DkmILMemoryWrite Class

Definition

A request to write a sequence of bytes from memory. Pops a value off the stack. Then, pops an address of the stack. Writes the value popped off the stack to debuggee memory at the address popped off the stack.

public ref class DkmILMemoryWrite : Microsoft::VisualStudio::Debugger::Evaluation::IL::DkmILInstruction
[Windows::Foundation::Metadata::WebHostHidden]
public ref class DkmILMemoryWrite : Microsoft::VisualStudio::Debugger::Evaluation::IL::DkmILInstruction
[Windows::Foundation::Metadata::WebHostHidden]
class DkmILMemoryWrite : Microsoft::VisualStudio::Debugger::Evaluation::IL::DkmILInstruction
[System.Runtime.InteropServices.Guid("9b5f6ebc-fd01-fca2-baec-9d02957bffc4")]
public class DkmILMemoryWrite : Microsoft.VisualStudio.Debugger.Evaluation.IL.DkmILInstruction
[<System.Runtime.InteropServices.Guid("9b5f6ebc-fd01-fca2-baec-9d02957bffc4")>]
type DkmILMemoryWrite = class
    inherit DkmILInstruction
Public Class DkmILMemoryWrite
Inherits DkmILInstruction
Inheritance
DkmILMemoryWrite
Attributes

Properties

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()

Create a new DkmILMemoryWrite object instance.

Applies to