SafeMemoryMappedViewHandle
Class
Definition
Provides a safe handle that represents a view of a block of unmanaged memory for random access.
public sealed class SafeMemoryMappedViewHandle : System.Runtime.InteropServices.SafeBuffer
- Inheritance
-
SafeMemoryMappedViewHandle
Inherited Members
System.Object
System.Runtime.InteropServices.SafeBuffer
System.Runtime.InteropServices.SafeHandle
Remarks
Use the MemoryMappedViewAccessor.SafeMemoryMappedViewHandle property to obtain the safe handle.
Important
This type implements the IDisposable interface. When you have finished using the type, you should dispose of it either directly or indirectly. To dispose of the type directly, call its Dispose method in a try/catch block. To dispose of it indirectly, use a language construct such as using (in C#) or Using (in Visual Basic). For more information, see the "Using an Object that Implements IDisposable" section in the IDisposable interface topic.