ILNumerics - Technical Application Development
SystemObject
ILNumerics.IO.HDF5H5Object
More...
Assembly: ILNumerics.IO.HDF5 (in ILNumerics.IO.HDF5.dll) Version: 5.5.0.0 (5.5.7503.3146)
Top
Top
Top
Top
Top
Top
SystemObject
ILNumerics.IO.HDF5H5Object
ILNumerics.IO.HDF5H5Attribute
ILNumerics.IO.HDF5H5AttributeCollection
ILNumerics.IO.HDF5H5CollectionT
ILNumerics.IO.HDF5H5Dataset
ILNumerics.IO.HDF5H5Datatype
ILNumerics.IO.HDF5H5Link
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
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
The H5Object type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| H5Object | Initializes a new instance of the H5Object class |
Properties
| Name | Description | |
|---|---|---|
| File |
The HDF5 file this object is originated from.
[ILNumerics HDF5 Module] | |
| H5Type |
The HDF5 object type of this H5Object.
[ILNumerics HDF5 Module] | |
| Name |
Gets the local name of the object, i.e. the last segment from the absolute path
[ILNumerics HDF5 Module] | |
| NameEncoding |
Gets the local object name encoding type.
[ILNumerics HDF5 Module] | |
| Path |
Unique object identifier, commonly the absolute path to the object in the HDF5 file
[ILNumerics HDF5 Module] |
Methods
| Name | Description | |
|---|---|---|
| CreateT | ||
| Equals | (Overrides ObjectEquals(Object).) | |
| GetHashCode | (Overrides ObjectGetHashCode.) | |
| GetLastError |
Retrieves the information from the full error stack generated by the last (errornous) operation.
[ILNumerics HDF5 Module] | |
| ToString | (Overrides ObjectToString.) |
Operators
| Name | Description | |
|---|---|---|
| Equality | ||
| Inequality |
Fields
| Name | Description | |
|---|---|---|
| m_address | ||
| m_file | ||
| m_path |
Extension Methods
| Name | Description | |
|---|---|---|
| GetH5ID |
Retrieves the object ID used to identify the object within the HDF5 file
///
(Defined by Helper.)[ILNumerics HDF5 Module] |
Remarks
[ILNumerics HDF5 Module]
See Also
Reference
Inheritance Hierarchy
ILNumerics.IO.HDF5H5Object
ILNumerics.IO.HDF5H5Attribute
ILNumerics.IO.HDF5H5AttributeCollection
ILNumerics.IO.HDF5H5CollectionT
ILNumerics.IO.HDF5H5Dataset
ILNumerics.IO.HDF5H5Datatype
ILNumerics.IO.HDF5H5Link