Click or drag to resize

AbstractRenderHandlerReleaseMemoryMappedView Method

Version 86.0.240

[Missing <summary> documentation for "M:CefSharp.Wpf.Rendering.AbstractRenderHandler.ReleaseMemoryMappedView(System.IO.MemoryMappedFiles.MemoryMappedFile@,System.IO.MemoryMappedFiles.MemoryMappedViewAccessor@)"]

Namespace:  CefSharp.Wpf.Rendering
Assembly:  CefSharp.Wpf (in CefSharp.Wpf.dll) Version: 86.0.240.0 (86.0.240.0)
Syntax
protected void ReleaseMemoryMappedView(
	ref MemoryMappedFile mappedFile,
	ref MemoryMappedViewAccessor stream
)

Parameters

mappedFile
Type: System.IO.MemoryMappedFilesMemoryMappedFile

[Missing <param name="mappedFile"/> documentation for "M:CefSharp.Wpf.Rendering.AbstractRenderHandler.ReleaseMemoryMappedView(System.IO.MemoryMappedFiles.MemoryMappedFile@,System.IO.MemoryMappedFiles.MemoryMappedViewAccessor@)"]

stream
Type: System.IO.MemoryMappedFilesMemoryMappedViewAccessor

[Missing <param name="stream"/> documentation for "M:CefSharp.Wpf.Rendering.AbstractRenderHandler.ReleaseMemoryMappedView(System.IO.MemoryMappedFiles.MemoryMappedFile@,System.IO.MemoryMappedFiles.MemoryMappedViewAccessor@)"]

See Also