Skip Navigation Links.

H5L Members

The H5L type exposes the following members.

Methods

  NameDescription
Public methodStatic membercreateHardLink
Public methodStatic memberDelete
Public methodEquals (Inherited from Object.)
Public methodStatic memberExists
Determine whether a link with the specified name exists in a group. http://www.hdfgroup.org/HDF5/doc/RM/RM_H5L.html#Link-Exists
Protected methodFinalize (Inherited from Object.)
Public methodStatic memberget_val
Returns the value of a symbolic link. http://www.hdfgroup.org/HDF5/doc/RM/RM_H5L.html#Link-GetVal. The buffer returned by this method must be freed with FreeHGlobal, otherwise. resource leakage will occur. http://msdn.microsoft.com/en-us/library/system.runtime.interopservices.marshal.freehglobal.aspx.
Public methodGetHashCode (Inherited from Object.)
Public methodStatic membergetInfo(H5FileOrGroupId)
Public methodStatic membergetInfo(H5FileOrGroupId, String)
Public methodStatic membergetInfo(H5FileOrGroupId, String, H5PropertyListId)
Public methodStatic membergetInfoByIndex(H5FileOrGroupId, String, H5IndexType, H5IterationOrder, Int64)
Retrieves metadata for a link in a group, according to the order within a field or index. http://www.hdfgroup.org/HDF5/doc/RM/RM_H5L.html#Link-GetInfoByIdx
Public methodStatic membergetInfoByIndex(H5FileOrGroupId, String, H5IndexType, H5IterationOrder, UInt64)
Public methodStatic membergetNameByIndex(H5FileOrGroupId, String, H5IndexType, H5IterationOrder, Int64)
Retrieves name of the nth link in a group, according to the order within a specified field or index. http://www.hdfgroup.org/HDF5/doc/RM/RM_H5L.html#Link-GetNameByIdx
Public methodStatic membergetNameByIndex(H5FileOrGroupId, String, H5IndexType, H5IterationOrder, UInt64)
Public methodStatic membergetNameByIndex(H5FileOrGroupId, String, H5IndexType, H5IterationOrder, Int64, H5PropertyListId)
Retrieves name of the nth link in a group, according to the order within a specified field or index. http://www.hdfgroup.org/HDF5/doc/RM/RM_H5L.html#Link-GetNameByIdx
Public methodStatic membergetNameByIndex(H5FileOrGroupId, String, H5IndexType, H5IterationOrder, UInt64, H5PropertyListId)
Public methodGetType (Inherited from Object.)
Public methodStatic memberiterate(H5GroupId, H5IndexType, H5IterationOrder, Int64%, H5LIterateCallback, Object)
Public methodStatic memberiterate(H5GroupId, H5IndexType, H5IterationOrder, UInt64%, H5LIterateCallback, Object)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)

See Also