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 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 methodToString Returns a string representation of the current address.
(Inherited from StringAddress)
Top
See Also