Class NativeFile
A native HDF5 file object. This is the entry-point to work with HDF5 files.
public class NativeFile : NativeGroup, IH5Group, IH5Object, IDisposable
- Inheritance
-
NativeFile
- Implements
- Inherited Members
- Extension Methods
Properties
Path
Gets the path of the opened HDF5 file if loaded from the file system.
public string? Path { get; }
Property Value
Methods
Dispose()
public void Dispose()
Dispose(bool)
protected virtual void Dispose(bool disposing)
Parameters
disposingbool
Get(NativeRegionReference1)
Gets the file selection that is referenced by the given reference.
public Selection Get(NativeRegionReference1 reference)
Parameters
referenceNativeRegionReference1The reference of the region.
Returns
- Selection
The requested selection.