CorLib  

MemoryMappedFile

MemoryMappedFile overview

Implements:

IObject 

Public:

Properties:
BaseAddress (get) Returns the base address for the mapped view.  
FileName (get) Returns the filename of the currently mapped file.  
IsOpen (get) Returns value indicating if the mapped file is open.  
IsReadOnly (get) Returns if the mapped file is read-only.  
Methods:
CloseFile Closes the currently mapped file.  
CreateView Returns a Byte array view of the mapped file.  
DeleteView Unhooks a byte array view from the mapped file view.  
Equals Returns a boolean indicating if the value and this object instance are the same instance.  
GetHashCode Returns a pseudo-unique number identifying this instance.  
ToString Returns a string representation of this object instance.  

See Also