Represents a 64-bit address in a PE file.
A serializer for Address64.
the long value representing the address
Performs bitwise AND with a Long.
Performs bitwise AND with a ULong.
Performs bitwise AND with another Address64.
Inverts all bits of this address.
Performs bitwise OR with a Long.
Performs bitwise OR with a ULong.
Performs bitwise OR with another Address64.
Shifts the bits of this address to the left by the given number of bits.
Shifts the bits of this address to the right by the given number of bits.
converts this address to an integer.
Convert to string in hex format, e.g. "0x123456789abcdef0"
Performs bitwise XOR with a Long.
Performs bitwise XOR with a ULong.
Performs bitwise XOR with another Address64.