Sdílet prostřednictvím


DkmILBitFieldReadFromBytes Class

Definition

Pops a value off the IL stack. Then, reads a bit-field directly off that value. This is different from DkmILBitFieldRead in that the value popped from the stack directly contains the value to read the bits from, rather than a memory address.

public ref class DkmILBitFieldReadFromBytes : Microsoft::VisualStudio::Debugger::Evaluation::IL::DkmILInstruction
[Windows::Foundation::Metadata::WebHostHidden]
public ref class DkmILBitFieldReadFromBytes : Microsoft::VisualStudio::Debugger::Evaluation::IL::DkmILInstruction
[Windows::Foundation::Metadata::WebHostHidden]
class DkmILBitFieldReadFromBytes : Microsoft::VisualStudio::Debugger::Evaluation::IL::DkmILInstruction
[System.Runtime.InteropServices.Guid("795365b6-659e-619a-ad13-37942b3f7788")]
public class DkmILBitFieldReadFromBytes : Microsoft.VisualStudio.Debugger.Evaluation.IL.DkmILInstruction
[<System.Runtime.InteropServices.Guid("795365b6-659e-619a-ad13-37942b3f7788")>]
type DkmILBitFieldReadFromBytes = class
    inherit DkmILInstruction
Public Class DkmILBitFieldReadFromBytes
Inherits DkmILInstruction
Inheritance
DkmILBitFieldReadFromBytes
Attributes

Properties

BitPosition

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

ByteOffset

Offset within the state of the value where the bit-field begins.

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

Create a new DkmILBitFieldReadFromBytes object instance.

Applies to