Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
MemoryMappedViewAccessor.SafeMemoryMappedViewHandle Property
Definition
- Namespace:
- System.IO.MemoryMappedFiles
- Assemblies:
- netstandard.dll, System.IO.MemoryMappedFiles.dll
- Assembly:
- System.IO.MemoryMappedFiles.dll
- Assembly:
- System.Core.dll
- Assembly:
- netstandard.dll
- Source:
- MemoryMappedViewAccessor.cs
- Source:
- MemoryMappedViewAccessor.cs
- Source:
- MemoryMappedViewAccessor.cs
- Source:
- MemoryMappedViewAccessor.cs
- Source:
- MemoryMappedViewAccessor.cs
Important
Some information relates to prerelease product that may be substantially modified before itβs released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a handle to the view of a memory-mapped file.
public:
property Microsoft::Win32::SafeHandles::SafeMemoryMappedViewHandle ^ SafeMemoryMappedViewHandle { Microsoft::Win32::SafeHandles::SafeMemoryMappedViewHandle ^ get(); };
public Microsoft.Win32.SafeHandles.SafeMemoryMappedViewHandle SafeMemoryMappedViewHandle { get; }
public Microsoft.Win32.SafeHandles.SafeMemoryMappedViewHandle SafeMemoryMappedViewHandle { [System.Security.SecurityCritical] get; }
member this.SafeMemoryMappedViewHandle : Microsoft.Win32.SafeHandles.SafeMemoryMappedViewHandle
[<get: System.Security.SecurityCritical>]
member this.SafeMemoryMappedViewHandle : Microsoft.Win32.SafeHandles.SafeMemoryMappedViewHandle
Public ReadOnly Property SafeMemoryMappedViewHandle As SafeMemoryMappedViewHandle
Property Value
A wrapper for the operating system's handle to the view of the file.
- Attributes
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Feedback
Was this page helpful?
