The MemoryArray<(Of <(T>)>) type exposes the following members.
Fields
Name | Description | |
---|---|---|
![]() | baseAddress |
Baseaddress of the wrapped memory.
|
![]() | buffer |
Array of T containing a single element.
The array is used as a workaround, because there are no pointer for generic types.
|
![]() | handle |
Handle for pinning buffer.
|
![]() | isFourBit |
Indicates whther the wrapped memory is handles like 4-bit blocks.
|
![]() | isOneBit |
Indicates whether the wrapped memory is handled like a bitfield.
|
![]() | length |
Number of elements being wrapped.
|
![]() | ptr |
Pointer to the element of buffer.
|
![]() | size |
Size, in bytes, of each element.
|
![]() | syncRoot |
An object that can be used to synchronize access to the MemoryArray<(Of <(T>)>).
|