C# Class Microsoft.Win32.SafeHandles.SafeMemoryMappedFileHandle

Inheritance: SafeHandleZeroOrMinusOneIsInvalid
Afficher le fichier Open project: dotnet/corefx Class Usage Examples

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void
ReleaseHandle ( ) : bool

Private Methods

Méthode 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 méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

ReleaseHandle() protected méthode

protected ReleaseHandle ( ) : bool
Résultat bool