ILNumerics - Technical Application Development
SystemObject
ILNumerics.IO.HDF5H5Object
ILNumerics.IO.HDF5H5Datatype
Assembly: ILNumerics.IO.HDF5 (in ILNumerics.IO.HDF5.dll) Version: 5.5.0.0 (5.5.7503.3146)
Top
Top
Top
Top
Inheritance Hierarchy
ILNumerics.IO.HDF5H5Object
ILNumerics.IO.HDF5H5Datatype
Namespace: ILNumerics.IO.HDF5
Assembly: ILNumerics.IO.HDF5 (in ILNumerics.IO.HDF5.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax
The H5Datatype type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Attributes |
Access to the collection of attributes for this object
[ILNumerics HDF5 Module] | |
| File |
The HDF5 file this object is originated from.
(Inherited from H5Object.)[ILNumerics HDF5 Module] | |
| H5Type | (Overrides H5ObjectH5Type.) | |
| 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] |
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