MemoryMappedFile.OpenExisting Method
.NET Framework 4.5
Opens an existing named 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 | |
|---|---|---|
|
OpenExisting(String) | Opens an existing memory-mapped file that has the specified name in system memory. |
|
OpenExisting(String, MemoryMappedFileRights) | Opens an existing memory-mapped file that has the specified name and access rights in system memory. |
|
OpenExisting(String, MemoryMappedFileRights, HandleInheritability) | Opens an existing memory-mapped file that has the specified name, access rights, and inheritability in system memory. |