Click or drag to resize

AddressArea Methods

The AddressArea type exposes the following members.

Methods
  NameDescription
Public methodCompareTo(AddressArea)
Compares two addressable areas.
Public methodCompareTo(Object)
Compares two addressable areas.
Public methodContains(AddressArea)
Determines whether the current addressable area contains the specified addressable area.
Public methodContains(Int64)
Determines whether the current addressable area contains address.
Public methodStatic memberContains(Int64, Int64, Int64, Int64)
Determines whether the first addressable area contains the second addressable area.
Public methodGetByteAligned
Return the smallest byte-aligned addressable area that contains this addressable area.
Public methodGetWordAligned
Return the smallest word-aligned addressable area that contains this addressable area.
Public methodMerge
Return the smallest addressable area that contains this addressable area and 'other'.
Public methodOverlappingArea(AddressArea)
Return the overlapping area between this addressable area and 'other'.
Public methodStatic memberOverlappingArea(AddressArea, AddressArea)
Return the overlapping area between two addressable areas.
Public methodOverlappingOrContiguous(AddressArea)
Determines whether the specified addressable area either overlaps at any point or is contiguous with the current addressable area.
Public methodOverlappingOrContiguous(Int64, Int64)
Determines whether the specified addressable area either overlaps at any point or is contiguous with the current addressable area.
Public methodOverlaps(AddressArea)
Determines whether the specified addressable area overlaps the current addressable area at any point.
Public methodOverlaps(Int64, Int64)
Determines whether the specified addressable area overlap the current addressable area at any point.
Public methodStatic memberOverlaps(Int64, Int64, Int64, Int64)
Determines whether these two addressable areas overlap at any point.
Public methodShift
Return a new addressable area that's shifted by shiftBits bits.
Public methodToString
Returns a string that represents the current addressable area.
(Overrides ValueTypeToString.)
Top
See Also