Edit

Share via


AddressRange Struct

Definition

public struct AddressRange
type AddressRange = struct
Public Structure AddressRange
Inheritance
AddressRange

Constructors

AddressRange(Address, Address)
AddressRange(Address, Int64)

Properties

BaseAddress

Gets the base address, which may be above or below the limit address.

LimitAddress

Gets the limit address, which may be above or below the base address.

Size

Applies to