A simple contiguous block of memory. More...
Inherits INativeHandle.
Inherited by Buffer, and IPfncBuffer.
Properties | |
IntPtr | BasePtr [get] |
Get the base address of the buffer's memory. | |
long | Size [get] |
Get the valid size in bytes of the buffer's memory. | |
long | Capacity [get] |
Get the allocated size in bytes of the buffer's memory. | |
Properties inherited from INativeHandle | |
IntPtr | Handle [get] |
The native handle of the object. | |
bool | IsDisposed [get] |
Possibility to check whether the object has already been disposed of. | |
Additional Inherited Members | |
Events inherited from INativeHandle | |
NativeHandleEventDelegate | ObjectDisposing |
Raised when this object is about to be disposed via the IDisposable.Dispose method. More... | |
A simple contiguous block of memory.