LastBranchRecordJump Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a jump entry in a LastBranchRecordEvent.
public struct LastBranchRecordJump
type LastBranchRecordJump = struct
Public Structure LastBranchRecordJump
- Inheritance
-
LastBranchRecordJump
Constructors
LastBranchRecordJump(Address, Address) |
Initializes a new instance of the LastBranchRecordJump structure. |
LastBranchRecordJump(ReadOnlySpan<Byte>) |
Initializes a new instance of the LastBranchRecordJump structure. |
Properties
FromInstructionPointer |
Gets the virtual address that is the source instruction pointer of the jump. |
SerializedSize | |
ToInstructionPointer |
Gets the virtual address that is the target instruction pointer of the jump. |
Methods
Serialize(Span<Byte>) |