MemoryMappedFile.CreateOrOpen Method
.NET Framework 4.5
Creates or opens a memory-mapped file in system memory.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
CreateOrOpen(String, Int64) | Creates or opens a memory-mapped file that has the specified capacity in system memory. |
|
CreateOrOpen(String, Int64, MemoryMappedFileAccess) | Creates or opens a memory-mapped file that has the specified capacity and access type in system memory. |
|
CreateOrOpen(String, Int64, MemoryMappedFileAccess, MemoryMappedFileOptions, MemoryMappedFileSecurity, HandleInheritability) | Creates or opens a memory-mapped file that has the specified capacity, access type, memory allocation, security permissions, and inheritability in system memory. |