Freigeben über


DkmILBitFieldRead Class

Definition

Reads the value of a bit field from memory. The address of the bit field is popped off the stack.

public ref class DkmILBitFieldRead : Microsoft::VisualStudio::Debugger::Evaluation::IL::DkmILInstruction
[Windows::Foundation::Metadata::WebHostHidden]
public ref class DkmILBitFieldRead : Microsoft::VisualStudio::Debugger::Evaluation::IL::DkmILInstruction
[Windows::Foundation::Metadata::WebHostHidden]
class DkmILBitFieldRead : Microsoft::VisualStudio::Debugger::Evaluation::IL::DkmILInstruction
[System.Runtime.InteropServices.Guid("9b7942ff-9ac4-effb-46a9-8f06682d8472")]
public class DkmILBitFieldRead : Microsoft.VisualStudio.Debugger.Evaluation.IL.DkmILInstruction
[<System.Runtime.InteropServices.Guid("9b7942ff-9ac4-effb-46a9-8f06682d8472")>]
type DkmILBitFieldRead = class
    inherit DkmILInstruction
Public Class DkmILBitFieldRead
Inherits DkmILInstruction
Inheritance
DkmILBitFieldRead
Attributes

Properties

BitPosition

The bit position to read from. Must be between 0 and 63.

NumBits

Number of bits to read. 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)
Type

The type of object to read. Must be an integer and must be at least as large, in bits, as NumBits.

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

Create a new DkmILBitFieldRead object instance.

Applies to