DkmILSetBytesRegion 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 a value off the IL stack. Then pops an offset, followed by a blob of bytes. Modifies the first value so that the segment at the offset is replaced with the blob of bytes provided. Pushes the resultant value back onto the IL stack.
public ref class DkmILSetBytesRegion : Microsoft::VisualStudio::Debugger::Evaluation::IL::DkmILInstruction
[Windows::Foundation::Metadata::WebHostHidden]
public ref class DkmILSetBytesRegion : Microsoft::VisualStudio::Debugger::Evaluation::IL::DkmILInstruction
[Windows::Foundation::Metadata::WebHostHidden]
class DkmILSetBytesRegion : Microsoft::VisualStudio::Debugger::Evaluation::IL::DkmILInstruction
[System.Runtime.InteropServices.Guid("d49f8ec4-1fab-cf70-86c4-6b615460c079")]
public class DkmILSetBytesRegion : Microsoft.VisualStudio.Debugger.Evaluation.IL.DkmILInstruction
[<System.Runtime.InteropServices.Guid("d49f8ec4-1fab-cf70-86c4-6b615460c079")>]
type DkmILSetBytesRegion = class
inherit DkmILInstruction
Public Class DkmILSetBytesRegion
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) |
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 DkmILSetBytesRegion object instance. |