Skip Navigation Links.

H5Memory Class

H5Memory allocate and deallocates memory from the "C" run-time heap and wraps it so that it can be used from other .NET languages without using unsafe.

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

Syntax

Visual Basic
Public Class H5Memory _
	Implements IDisposable
C#
public class H5Memory : IDisposable
Visual C++
public ref class H5Memory : IDisposable
JavaScript
HDF5DotNet.H5Memory = function();

Type.createClass(
	'HDF5DotNet.H5Memory',
	null,
	IDisposable);

Inheritance Hierarchy

Object
  HDF5DotNet..::..H5Memory

See Also