The RegisterExtensions type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| GetRegisterType |
Returns the register type of the specified register.
| |
| GetSize |
Returns the register size of the specified register.
| |
| GetValue |
Returns the value of the specified register.
| |
| IsControlRegister |
Returns whether the register is a control register.
| |
| IsDebugRegister |
Returns whether the register is a debug register.
| |
| IsFloatingPointRegister |
Returns whether the register is an x87 floating-point register.
| |
| IsGeneralPurposeRegister |
Returns whether the register is a general purpose register.
| |
| IsSegmentRegister |
Returns whether the register is a segment register.
| |
| IsSimdRegister |
Returns whether the register is a SIMD register.
|