Click or drag to resize

MemoryAddress Methods

The MemoryAddress type exposes the following members.

Methods
  NameDescription
Public methodCompareTo(MemoryAddress)
Compares two memory addresses.
Public methodCompareTo(Object)
Compares two memory addresses.
Public methodContains
Determines whether the current address contains the specified address.
Public methodEquals(IAddress)
Determines whether the address equals the current address.
(Inherited from StringAddress.)
Public methodEquals(MemoryAddress)
Determines whether the specified address equals the current address.
Public methodEquals(Object)
Determines whether the specified address equals the current address.
(Inherited from StringAddress.)
Public methodEquals(StringAddress)
Determines whether the specified address equals the current address.
(Overrides StringAddressEquals(StringAddress).)
Public methodGetDataType
Returns the type defined by this address.
(Inherited from StringAddress.)
Public methodGetHashCode
Returns a hash code for this address.
(Overrides StringAddressGetHashCode.)
Public methodOverlaps
Determines whether the specified address overlaps the current address at any point.
Public methodToString
Returns a string representation of the current address.
(Inherited from StringAddress.)
Top
See Also