C# Класс Microsoft.Win32.SafeHandles.SafeMemoryMappedFileHandle

Наследование: SafeHandleZeroOrMinusOneIsInvalid
Показать файл Открыть проект Примеры использования класса

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void
ReleaseHandle ( ) : bool

Приватные методы

Метод Описание
SafeMemoryMappedFileHandle ( )
SafeMemoryMappedFileHandle ( ) : System
SafeMemoryMappedFileHandle ( FileStream fileStream, bool ownsFileStream, HandleInheritability inheritability, MemoryMappedFileAccess access, MemoryMappedFileOptions options, long capacity ) : System

Initializes the memory-mapped file handle.

Описание методов

Dispose() защищенный Метод

protected Dispose ( bool disposing ) : void
disposing bool
Результат void

ReleaseHandle() защищенный Метод

protected ReleaseHandle ( ) : bool
Результат bool