Skip Navigation Links.

H5L Class

The H5L contains static member function for each of the supported H5L calls of the HDF5 library. http://www.hdfgroup.org/HDF5/doc/RM/RM_H5L.html

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

Syntax

Visual Basic
Public NotInheritable Class H5L
C#
public sealed class H5L
Visual C++
public ref class H5L sealed
JavaScript
HDF5DotNet.H5L = function();

Type.createClass(
	'HDF5DotNet.H5L');

Inheritance Hierarchy

Object
  HDF5DotNet..::..H5L

See Also