C# Class Microsoft.Win32.SafeHandles.SafeMemoryMappedFileHandle

Inheritance: SafeHandleZeroOrMinusOneIsInvalid
Show file Open project: dotnet/corefx Class Usage Examples

Protected Methods

Method Description
Dispose ( bool disposing ) : void
ReleaseHandle ( ) : bool

Private Methods

Method Description
SafeMemoryMappedFileHandle ( )
SafeMemoryMappedFileHandle ( ) : System
SafeMemoryMappedFileHandle ( FileStream fileStream, bool ownsFileStream, HandleInheritability inheritability, MemoryMappedFileAccess access, MemoryMappedFileOptions options, long capacity ) : System

Initializes the memory-mapped file handle.

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

ReleaseHandle() protected method

protected ReleaseHandle ( ) : bool
return bool