MemoryMappedViewStream.SafeMemoryMappedViewHandle Property
Definition
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
Samarbeid med oss på GitHub
Du finner kilden for dette innholdet på GitHub. Der du også kan opprette og se gjennom problemer og pull-forespørsler. Hvis du vil ha mer informasjon, kan du se vår bidragsyterveiledning.