Click or drag to resize

MemoryAddress Properties

The MemoryAddress type exposes the following members.

Properties
 NameDescription
Public propertyAccessName A string representation of this address.
(Overrides StringAddressAccessName)
Public propertyAddressSpace The memory address space.
Public propertyAllowedAccess The access defined by this address.
(Inherited from StringAddress)
Public propertyArea The memory area.
Public propertyBit Bit within byte.
Public propertyBitAddress Absolute address in the address space (in bits).
Public propertyByteAddress Byte offset.
Public propertyNumBits Length of this address range (in bits).
Public propertyNumBytes Number of bytes.
Top
See Also