Skip Navigation Links.

H5O Members

The H5O type exposes the following members.

Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodStatic membergetInfo
Retrieves the metadata for an object specified by an identifier. http://www.hdfgroup.org/HDF5/doc/RM/RM_H5O.html#Object-GetInfo
Public methodStatic membergetInfoByIndex(H5LocId, String, H5IndexType, H5IterationOrder, Int64)
Retrieves the metadata for an object, identifying the object by an index position. http://www.hdfgroup.org/HDF5/doc/RM/RM_H5O.html#Object-GetInfoByIdx
Public methodStatic membergetInfoByIndex(H5LocId, String, H5IndexType, H5IterationOrder, UInt64)
Public methodStatic membergetInfoByIndex(H5LocId, String, H5IndexType, H5IterationOrder, Int64, H5PropertyListId)
Retrieves the metadata for an object, identifying the object by an index position. http://www.hdfgroup.org/HDF5/doc/RM/RM_H5O.html#Object-GetInfoByIdx
Public methodStatic membergetInfoByIndex(H5LocId, String, H5IndexType, H5IterationOrder, UInt64, H5PropertyListId)
Public methodStatic membergetInfoByName(H5Id)
Retrieves the metadata for an object, identifying the object by location and relative name. http://www.hdfgroup.org/HDF5/doc/RM/RM_H5O.html#Object-GetInfoByName
Public methodStatic membergetInfoByName(H5Id, String)
Retrieves the metadata for an object, identifying the object by location and relative name. http://www.hdfgroup.org/HDF5/doc/RM/RM_H5O.html#Object-GetInfoByName
Public methodStatic membergetInfoByName(H5Id, String, H5PropertyListId)
Retrieves the metadata for an object, identifying the object by location and relative name. http://www.hdfgroup.org/HDF5/doc/RM/RM_H5O.html#Object-GetInfoByName
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)

See Also