Struct MemoryAddress
Represents an address in program/session memory.
public record struct MemoryAddress : IEquatable<MemoryAddress>
- Implements
- Inherited Members
Constructors
MemoryAddress(int)
Represents an address in program/session memory.
public MemoryAddress(int Value)
Parameters
ValueintThe address value.
Properties
Value
The address value.
public int Value { readonly get; set; }
Property Value
Zero
public static MemoryAddress Zero { get; }
Property Value
Methods
ToString()
Returns the fully qualified type name of this instance.
public override readonly string ToString()
Returns
- string
The fully qualified type name.
Operators
operator +(MemoryAddress, int)
public static MemoryAddress operator +(MemoryAddress address, int offset)
Parameters
addressMemoryAddressoffsetint
Returns
operator -(MemoryAddress, int)
public static MemoryAddress operator -(MemoryAddress address, int offset)
Parameters
addressMemoryAddressoffsetint