Skip Navigation Links.

UnmanagedMemoryStream..::..Buffer Property

Retrieve a pointer to the unmanaged memory buffer. Since this buffer is pointing into unmanaged memory, it does not need to be pinned.

Namespace:  HDF5DotNet
Assembly:  HDF5DotNet (in HDF5DotNet.dll)

Syntax

Visual Basic
Public ReadOnly Property Buffer As IntPtr
	Get
C#
public IntPtr Buffer { get; }
Visual C++
public:
property IntPtr Buffer {
	IntPtr get ();
}
JavaScript
function get_buffer();

See Also