DkmILBitFieldWrite Class

Definition

Pops a value off the stack. Then, pops a memory address off the stack. Then, modifies the value of the bit field at that memory address, at the given offset and size, to match the value that was just popped off the stack.

public ref class DkmILBitFieldWrite : Microsoft::VisualStudio::Debugger::Evaluation::IL::DkmILInstruction
[Windows::Foundation::Metadata::WebHostHidden]
public ref class DkmILBitFieldWrite : Microsoft::VisualStudio::Debugger::Evaluation::IL::DkmILInstruction
[Windows::Foundation::Metadata::WebHostHidden]
class DkmILBitFieldWrite : Microsoft::VisualStudio::Debugger::Evaluation::IL::DkmILInstruction
[System.Runtime.InteropServices.Guid("2be85ffe-5c9c-7f41-cef6-cd2c051e2ee7")]
public class DkmILBitFieldWrite : Microsoft.VisualStudio.Debugger.Evaluation.IL.DkmILInstruction
[<System.Runtime.InteropServices.Guid("2be85ffe-5c9c-7f41-cef6-cd2c051e2ee7")>]
type DkmILBitFieldWrite = class
    inherit DkmILInstruction
Public Class DkmILBitFieldWrite
Inherits DkmILInstruction
Inheritance
DkmILBitFieldWrite
Attributes

Properties

BitPosition

The bit position to write to. Must be between 0 and 63.

NumBits

Number of bits to write. Must be between 1 and 64.

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, UInt32)

Create a new DkmILBitFieldWrite object instance.

Applies to