LastBranchRecordJump Struct

Definition

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

Applies to