Opens a memory mapping of the file using unsafe memory mapping.

Namespace: TeaTime
Assembly: DiscreteLogics.TeaFiles (in DiscreteLogics.TeaFiles.dll) Version: 1.0.0.16 (1.0.0.16)

Syntax

public static RawMemoryMapping<T> OpenRawMemoryMapping(
	string path
)

Parameters

path
Type: System..::..String
path of the file.

Return Value

An instance of RawMemoryMapping<(Of <(<'T>)>)> providing access to the items in the file.

Remarks

Compared to OpenRawMemoryMapping(String), this raw access performs much better.

See Also