Table of Contents

Class NativeFile

Namespace
PureHDF.VOL.Native
Assembly
PureHDF.dll

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

string

Methods

Dispose()

public void Dispose()

Dispose(bool)

protected virtual void Dispose(bool disposing)

Parameters

disposing bool

Get(NativeRegionReference1)

Gets the file selection that is referenced by the given reference.

public Selection Get(NativeRegionReference1 reference)

Parameters

reference NativeRegionReference1

The reference of the region.

Returns

Selection

The requested selection.