Skip Navigation Links.

H5Memory Constructor ()

Create an instance of H5Memory allocating a specified amount of memory from the "C" run-time heap.

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

Syntax

Visual Basic
Public Sub New ( _
	size As IntPtr _
)
C#
public H5Memory(
	IntPtr size
)
Visual C++
public:
H5Memory(
	IntPtr size
)
JavaScript
HDF5DotNet.H5Memory = function(size);

Parameters

size
Type: IntPtr
Number of bytes to allocate.

See Also