Skip Navigation Links.

H5O Class

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

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

Syntax

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

Type.createClass(
	'HDF5DotNet.H5O');

Inheritance Hierarchy

Object
  HDF5DotNet..::..H5O

See Also