Modifica

AddressRange Struct

Definition

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

Constructors

Name Description
AddressRange(Address, Address)
AddressRange(Address, Int64)

Properties

Name Description
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