The MemoryArray<(Of <(T>)>) type exposes the following members.

Properties

  NameDescription
BaseAddress
Gets the base address of the represented memory block.
Count
Gets a 32-bit integer that represents the total number of elements in the MemoryArray<(Of <(T>)>).
Data
Gets or sets the values of the unmanaged array.
IsSynchronized
Gets a value indicating whether access to the MemoryArray<(Of <(T>)>) is synchronized (thread safe).
Item
Gets or sets the value at the specified position in the array.
Length
Gets the length of the unmanaged array.
SyncRoot
Gets an object that can be used to synchronize access to the MemoryArray<(Of <(T>)>).

See Also