Click or drag to resize

AbstractRenderHandlerReleaseMemoryMappedView Method

Version 130.1.90

[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: 129.0.110.0 (129.0.110.0)
Syntax
protected void ReleaseMemoryMappedView(
	ref MemoryMappedFile mappedFile,
	ref MemoryMappedViewAccessor stream
)

Parameters

mappedFile  MemoryMappedFile

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

stream  MemoryMappedViewAccessor

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

See Also