MemoryMappedFile::CreateNew Method
Creates a memory-mapped file in system memory.
Assembly: System.Core (in System.Core.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | CreateNew(String^, Int64) | Creates a memory-mapped file that has the specified capacity in system memory. |
![]() ![]() | CreateNew(String^, Int64, MemoryMappedFileAccess) | Creates a memory-mapped file that has the specified capacity and access type in system memory. |
![]() ![]() | CreateNew(String^, Int64, MemoryMappedFileAccess, MemoryMappedFileOptions, HandleInheritability) | Creates a memory-mapped file that has the specified name, capacity, access type, memory allocation options and inheritability. |
![]() ![]() | CreateNew(String^, Int64, MemoryMappedFileAccess, MemoryMappedFileOptions, MemoryMappedFileSecurity^, HandleInheritability) | Creates a memory-mapped file that has the specified capacity, access type, memory allocation, security permissions, and inheritability in system memory. |

