System.IO.MemoryMappedFiles.MemoryMappedFile.OpenExisting Method

Opens an existing memory-mapped file that has the specified name in system memory.

Syntax

[System.MonoTODO]
public static MemoryMappedFile OpenExisting (string mapName)

Parameters

mapName
The name of the memory-mapped file to open.

Returns

A memory-mapped file that has the specified name.

Remarks

The memory-mapped file can be either a persisted memory-mapped file (associated with a file on disk) or non persisted.

Requirements

Namespace: System.IO.MemoryMappedFiles
Assembly: System.Core (in System.Core.dll)
Assembly Versions: 4.0.0.0