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

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

Syntax

public static ManagedMemoryMapping<T> OpenMemoryMapping(
	string path
)

Parameters

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

Return Value

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

See Also