BuiltinMemAddress Properties |
The BuiltinMemAddress type exposes the following members.
| Name | Description | |
|---|---|---|
| AccessName |
Printable string representation of the address.
(Overrides MemoryAddressAccessName.) | |
| AddressSpace |
The memory address space.
(Inherited from MemoryAddress.) | |
| AllowedAccess |
The access defined by this address.
(Inherited from StringAddress.) | |
| Area |
The memory area.
(Inherited from MemoryAddress.) | |
| Bit |
Bit within byte.
(Inherited from MemoryAddress.) | |
| BitAddress |
Absolute address in the address space (in bits).
(Inherited from MemoryAddress.) | |
| ByteAddress |
Byte offset.
(Inherited from MemoryAddress.) | |
| DataType |
The data type of the address.
(Inherited from TypedMemoryAddress.) | |
| DataTypeName |
A string representation of the data type of the address.
(Inherited from TypedMemoryAddress.) | |
| ElementSizeBits |
Size of each element in array (in bits).
(Inherited from TypedMemoryAddress.) | |
| ElementType |
The element .Net type.
(Inherited from TypedMemoryAddress.) | |
| ElementTypeName |
A string representation of the element type.
(Inherited from TypedMemoryAddress.) | |
| NumBits |
Length of this address range (in bits).
(Inherited from MemoryAddress.) | |
| NumBytes |
Number of bytes.
(Inherited from MemoryAddress.) | |
| NumElements |
Number of elements in array.
(Inherited from TypedMemoryAddress.) | |
| StronglyTyped |
The address is strongly typed.
(Inherited from TypedMemoryAddress.) |