ILNumerics - Technical Application Development
SystemObject
ILNumerics.IO.HDF5H5Object
ILNumerics.IO.HDF5H5Link
Assembly: ILNumerics.IO.HDF5 (in ILNumerics.IO.HDF5.dll) Version: 5.5.0.0 (5.5.7503.3146)
Top
Top
Top
Top
Top
Inheritance Hierarchy
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
The H5Link type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| H5Link(String, H5Object, H5LinkType) | Initializes a new instance of the H5Link class | |
| H5Link(String, String, H5LinkType) | Initializes a new instance of the H5Link class |
Properties
| Name | Description | |
|---|---|---|
| File |
The HDF5 file this object is originated from.
(Inherited from H5Object.)[ILNumerics HDF5 Module] | |
| H5Type | (Overrides H5ObjectH5Type.) | |
| LinkType | ||
| Name |
Gets the local name of the object, i.e. the last segment from the absolute path
(Inherited from H5Object.)[ILNumerics HDF5 Module] | |
| NameEncoding |
Gets the local object name encoding type.
(Inherited from H5Object.)[ILNumerics HDF5 Module] | |
| Path |
Unique object identifier, commonly the absolute path to the object in the HDF5 file
(Inherited from H5Object.)[ILNumerics HDF5 Module] | |
| Target |
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from H5Object.) | |
| GetHashCode | (Inherited from H5Object.) | |
| ToString | (Inherited from H5Object.) |
Fields
| Name | Description | |
|---|---|---|
| m_address | (Inherited from H5Object.) | |
| m_file | (Inherited from H5Object.) | |
| m_path | (Inherited from H5Object.) |
Extension Methods
| Name | Description | |
|---|---|---|
| GetH5ID |
Retrieves the object ID used to identify the object within the HDF5 file
///
(Defined by Helper.)[ILNumerics HDF5 Module] |
See Also