ILNumerics Ultimate VS

H5File Methods

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development

The H5File type exposes the following members.

Methods

  NameDescription
Public methodAdd
Adds a new object to the file this group is in, if such an object does not already exist

[ILNumerics HDF5 Module]

(Inherited from H5Group.)
Public methodClear
Clears all objects in this collection - in memory AND FROM THE FILE!

[ILNumerics HDF5 Module]

(Inherited from H5CollectionT.)
Public methodContains (Inherited from H5CollectionT.)
Public methodCopyTo (Inherited from H5CollectionT.)
Public methodDispose
Flushes any unwritten data and closes the underlying HDF5 file. This method does not delete any data from the HDF5 file.

[ILNumerics HDF5 Module]

Protected methodDispose(Boolean)
Public methodEquals (Inherited from H5Object.)
Protected methodFinalize (Overrides ObjectFinalize.)
Public methodGetT
Get a typed object by path / name

[ILNumerics HDF5 Module]

(Inherited from H5Group.)
Public methodGetHashCode (Inherited from H5Object.)
Protected methodgetObjectsObjT (Inherited from H5CollectionT.)
Protected methodOpenCreate
Public methodRemove(T) (Inherited from H5CollectionT.)
Public methodRemove(String)
Removes an object from the node

[ILNumerics HDF5 Module]

(Inherited from H5Group.)
Public methodToString
Gives a short string representation for this HDF5 file.

[ILNumerics HDF5 Module]

(Overrides H5ObjectToString.)
Top
Extension Methods

  NameDescription
Public Extension MethodCode exampleFindTObjT
Finds any matching object among the children of this group

[ILNumerics HDF5 Module]

(Defined by Helper.)
Public Extension MethodCode exampleFirstObjT
Find and return the first matching object from the children of this group

[ILNumerics HDF5 Module]

(Defined by Helper.)
Public Extension MethodGetH5ID
Retrieves the object ID used to identify the object within the HDF5 file ///

[ILNumerics HDF5 Module]

(Defined by Helper.)
Top
See Also

Reference