This topic has not yet been rated - Rate this topic

MemoryMappedFile.OpenExisting Method

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
Public method Static member OpenExisting(String) Opens an existing memory-mapped file that has the specified name in system memory.
Public method Static member OpenExisting(String, MemoryMappedFileRights) Opens an existing memory-mapped file that has the specified name and access rights in system memory.
Public method Static member OpenExisting(String, MemoryMappedFileRights, HandleInheritability) Opens an existing memory-mapped file that has the specified name, access rights, and inheritability in system memory.
Top
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.