Click or drag to resize

BuiltinMemAddress Methods

The BuiltinMemAddress type exposes the following members.

Methods
  NameDescription
Public methodCompareTo(MemoryAddress)
Compares two memory addresses.
(Inherited from MemoryAddress.)
Public methodCompareTo(Object)
Compares two memory addresses.
(Inherited from MemoryAddress.)
Public methodContains
Determines whether the current address contains the specified address.
(Inherited from MemoryAddress.)
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.
(Inherited from MemoryAddress.)
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.
(Inherited from MemoryAddress.)
Public methodGetDataType
Returns the type defined by this address.
(Inherited from TypedMemoryAddress.)
Public methodGetHashCode
Returns a hash code for this address.
(Inherited from MemoryAddress.)
Public methodOverlaps
Determines whether the specified address overlaps the current address at any point.
(Inherited from MemoryAddress.)
Public methodStatic memberParseAddress
Parse a string address.
Public methodToString
Returns a string representation of the current address.
(Inherited from StringAddress.)
Top
See Also