Skip Navigation Links.

H5..::..GarbageCollect Method

Garbage collects on all free-lists of all types. http://www.hdfgroup.org/HDF5/doc/RM/RM_H5.html#Library-GarbageCollect

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

Syntax

Visual Basic
Public Shared Function GarbageCollect As Integer
C#
public static int GarbageCollect()
Visual C++
public:
static int GarbageCollect()
JavaScript
HDF5DotNet.H5.garbageCollect = function();

See Also