Table of Contents

Struct H5LinkAccess

Namespace
PureHDF.VOL.Native
Assembly
PureHDF.dll

A structure which controls how the link is accessed. Reference: hdfgroup.org.

The prefix to be applied to external link paths. Reference: hdfgroup.org.
public readonly struct H5LinkAccess : IEquatable<H5LinkAccess>
Implements

Constructors

H5LinkAccess(string?)

A structure which controls how the link is accessed. Reference: hdfgroup.org.

The prefix to be applied to external link paths. Reference: hdfgroup.org.
public H5LinkAccess(string? ExternalLinkPrefix = null)

Parameters

ExternalLinkPrefix string

Properties

ExternalLinkPrefix

public string? ExternalLinkPrefix { get; init; }

Property Value

string

Methods

Deconstruct(out string?)

public void Deconstruct(out string? ExternalLinkPrefix)

Parameters

ExternalLinkPrefix string

Equals(H5LinkAccess)

public bool Equals(H5LinkAccess other)

Parameters

other H5LinkAccess

Returns

bool

Equals(object)

public override bool Equals(object obj)

Parameters

obj object

Returns

bool

GetHashCode()

public override int GetHashCode()

Returns

int

ToString()

public override string ToString()

Returns

string

Operators

operator ==(H5LinkAccess, H5LinkAccess)

public static bool operator ==(H5LinkAccess left, H5LinkAccess right)

Parameters

left H5LinkAccess
right H5LinkAccess

Returns

bool

operator !=(H5LinkAccess, H5LinkAccess)

public static bool operator !=(H5LinkAccess left, H5LinkAccess right)

Parameters

left H5LinkAccess
right H5LinkAccess

Returns

bool