ILNumerics Ultimate VS

H5Link Class

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Inheritance Hierarchy

SystemObject
  ILNumerics.IO.HDF5H5Object
    ILNumerics.IO.HDF5H5Link

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

public class H5Link : H5Object

The H5Link type exposes the following members.

Constructors

  NameDescription
Public methodH5Link(String, H5Object, H5LinkType)
Initializes a new instance of the H5Link class
Public methodH5Link(String, String, H5LinkType)
Initializes a new instance of the H5Link class
Top
Properties

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

[ILNumerics HDF5 Module]

(Inherited from H5Object.)
Public propertyH5Type (Overrides H5ObjectH5Type.)
Public propertyLinkType
Public propertyName
Gets the local name of the object, i.e. the last segment from the absolute path

[ILNumerics HDF5 Module]

(Inherited from H5Object.)
Public propertyNameEncoding
Gets the local object name encoding type.

[ILNumerics HDF5 Module]

(Inherited from H5Object.)
Public propertyPath
Unique object identifier, commonly the absolute path to the object in the HDF5 file

[ILNumerics HDF5 Module]

(Inherited from H5Object.)
Public propertyTarget
Top
Methods

  NameDescription
Public methodEquals (Inherited from H5Object.)
Public methodGetHashCode (Inherited from H5Object.)
Public methodToString (Inherited from H5Object.)
Top
Fields

  NameDescription
Protected fieldm_address (Inherited from H5Object.)
Protected fieldm_file (Inherited from H5Object.)
Protected fieldm_path (Inherited from H5Object.)
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
See Also

Reference