SafeMemoryMappedFileHandle

SafeMemoryMappedFileHandle


Provides a safe handle that represents a memory-mapped file for sequential access.


Implements:

IObject 
SafeHandle 

Public:

Properties:

NameDescription
 IsClosed (get) Gets a value indicating whether the handle is closed.  
 IsInvalid (get) When overridden in a derived class, gets a value indicating whether the handle value is invalid.  

Methods:

NameDescription
 CloseHandle Marks the handle for releasing and freeing resources. 
 DangerousGetHandle Returns the value of the handle field.  
 Equals Determines whether the specified value passed in is equal to the current object.  
 GetHashCode Serves as the default hash function.  
 ToString Returns a string that represents the current object.  

See Also

Project CorLib Overview

Class SafeMemoryMappedFileHandle Overview