MemoryMappedFile.CreateOrOpen Method (String, Int64)
Creates or opens a memory-mapped file that has the specified capacity in system memory.
Namespace: System.IO.MemoryMappedFiles
Assembly: System.Core (in System.Core.dll)
Parameters
- mapName
- Type: System.String
A name to assign to the memory-mapped file.
- capacity
- Type: System.Int64
The maximum size, in bytes, to allocate to the memory-mapped file.
Return Value
Type: System.IO.MemoryMappedFiles.MemoryMappedFileA memory-mapped file that has the specified name and size.
| Exception | Condition |
|---|---|
| ArgumentException | mapName is an empty string. |
| ArgumentNullException | mapName is null. |
| ArgumentOutOfRangeException | capacity is greater than the size of the logical address space. -or- capacity is less than or equal to zero. |
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.