MemoryArray(T) Fields

FreeImage.NET

MemoryArrayT Fields

The MemoryArrayT generic type exposes the following members.

Fields
  Name Description
Protected field baseAddress
Baseaddress of the wrapped memory.
Protected field buffer
Array of T containing a single element. The array is used as a workaround, because there are no pointer for generic types.
Protected field handle
Handle for pinning buffer.
Protected field isFourBit
Indicates whther the wrapped memory is handles like 4-bit blocks.
Protected field isOneBit
Indicates whether the wrapped memory is handled like a bitfield.
Protected field length
Number of elements being wrapped.
Protected field ptr
Pointer to the element of buffer.
Protected field syncRoot
An object that can be used to synchronize access to the MemoryArrayT.
Top
See Also