Skip Navigation Links.

H5Memory Constructor ()

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

Syntax

Visual Basic
<CLSCompliantAttribute(False)> _
Public Sub New ( _
	size As UIntPtr _
)
C#
[CLSCompliantAttribute(false)]
public H5Memory(
	UIntPtr size
)
Visual C++
[CLSCompliantAttribute(false)]
public:
H5Memory(
	UIntPtr size
)
JavaScript
HDF5DotNet.H5Memory = function(size);

Parameters

size
Type: UIntPtr

See Also