Click or drag to resize

BuiltinMemAddress Properties

The BuiltinMemAddress type exposes the following members.

Properties
  NameDescription
Public propertyAccessName
Printable string representation of the address.
(Overrides MemoryAddressAccessName.)
Public propertyAddressSpace
The memory address space.
(Inherited from MemoryAddress.)
Public propertyAllowedAccess
The access defined by this address.
(Inherited from StringAddress.)
Public propertyArea
The memory area.
(Inherited from MemoryAddress.)
Public propertyBit
Bit within byte.
(Inherited from MemoryAddress.)
Public propertyBitAddress
Absolute address in the address space (in bits).
(Inherited from MemoryAddress.)
Public propertyByteAddress
Byte offset.
(Inherited from MemoryAddress.)
Public propertyDataType
The data type of the address.
(Inherited from TypedMemoryAddress.)
Public propertyDataTypeName
A string representation of the data type of the address.
(Inherited from TypedMemoryAddress.)
Public propertyElementSizeBits
Size of each element in array (in bits).
(Inherited from TypedMemoryAddress.)
Public propertyElementType
The element .Net type.
(Inherited from TypedMemoryAddress.)
Public propertyElementTypeName
A string representation of the element type.
(Inherited from TypedMemoryAddress.)
Public propertyNumBits
Length of this address range (in bits).
(Inherited from MemoryAddress.)
Public propertyNumBytes
Number of bytes.
(Inherited from MemoryAddress.)
Public propertyNumElements
Number of elements in array.
(Inherited from TypedMemoryAddress.)
Public propertyStronglyTyped
The address is strongly typed.
(Inherited from TypedMemoryAddress.)
Top
See Also