Factory method to create a file mapping for read only access.

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

Syntax

public static RawMemoryMapping<T> OpenRead(
	string fileName
)

Parameters

fileName
Type: System..::..String
The name of the file to open memory mapped.

Return Value

[Missing <returns> documentation for "M:TeaTime.RawMemoryMapping`1.OpenRead(System.String)"]

See Also