The RegisterExtensions type exposes the following members.

Methods

  NameDescription
Public methodStatic memberGetRegisterType
Returns the register type of the specified register.
Public methodStatic memberGetSize
Returns the register size of the specified register.
Public methodStatic memberGetValue
Returns the value of the specified register.
Public methodStatic memberIsControlRegister
Returns whether the register is a control register.
Public methodStatic memberIsDebugRegister
Returns whether the register is a debug register.
Public methodStatic memberIsFloatingPointRegister
Returns whether the register is an x87 floating-point register.
Public methodStatic memberIsGeneralPurposeRegister
Returns whether the register is a general purpose register.
Public methodStatic memberIsSegmentRegister
Returns whether the register is a segment register.
Public methodStatic memberIsSimdRegister
Returns whether the register is a SIMD register.

See Also