ILNumerics Ultimate VS

H5Object Class

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
This class is the base class for all HDF5 objects in Numercs.IO.HDF5. It supports the creation of complex data hierarchies via object & collection initializers in C#.

[ILNumerics HDF5 Module]

Inheritance Hierarchy

SystemObject
  ILNumerics.IO.HDF5H5Object
    More...

Namespace:  ILNumerics.IO.HDF5
Assembly:  ILNumerics.IO.HDF5 (in ILNumerics.IO.HDF5.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax

public abstract class H5Object

The H5Object type exposes the following members.

Constructors

  NameDescription
Protected methodH5Object
Initializes a new instance of the H5Object class
Top
Properties

  NameDescription
Public propertyFile
The HDF5 file this object is originated from.

[ILNumerics HDF5 Module]

Public propertyH5Type
The HDF5 object type of this H5Object.

[ILNumerics HDF5 Module]

Public propertyName
Gets the local name of the object, i.e. the last segment from the absolute path

[ILNumerics HDF5 Module]

Public propertyNameEncoding
Gets the local object name encoding type.

[ILNumerics HDF5 Module]

Public propertyPath
Unique object identifier, commonly the absolute path to the object in the HDF5 file

[ILNumerics HDF5 Module]

Top
Methods

  NameDescription
Protected methodStatic memberCreateT
Public methodEquals (Overrides ObjectEquals(Object).)
Public methodGetHashCode (Overrides ObjectGetHashCode.)
Public methodStatic memberGetLastError
Retrieves the information from the full error stack generated by the last (errornous) operation.

[ILNumerics HDF5 Module]

Public methodToString (Overrides ObjectToString.)
Top
Operators

  NameDescription
Public operatorStatic memberEquality
Public operatorStatic memberInequality
Top
Fields

  NameDescription
Protected fieldm_address
Protected fieldm_file
Protected fieldm_path
Top
Extension Methods

  NameDescription
Public Extension MethodGetH5ID
Retrieves the object ID used to identify the object within the HDF5 file ///

[ILNumerics HDF5 Module]

(Defined by Helper.)
Top
Remarks

[ILNumerics HDF5 Module]

See Also

Reference

Inheritance Hierarchy

SystemObject
  ILNumerics.IO.HDF5H5Object
    ILNumerics.IO.HDF5H5Attribute
    ILNumerics.IO.HDF5H5AttributeCollection
    ILNumerics.IO.HDF5H5CollectionT
    ILNumerics.IO.HDF5H5Dataset
    ILNumerics.IO.HDF5H5Datatype
    ILNumerics.IO.HDF5H5Link