Microsoft.Win32.SafeHandles.SafeFileMapViewHandle.ReleaseHandle C# (CSharp) Method

ReleaseHandle() protected method

protected ReleaseHandle ( ) : bool
return bool
        override protected bool ReleaseHandle()
        {
            return UnmapViewOfFile(handle);
        }