Skip to content

Incorrect summary #1523

Open
Open
@glenn-slayden

Description

@glenn-slayden

The summary for this item says "Provides a safe handle that represents a memory-mapped file for sequential access." [error emphasized]

This is incorrect, this SafeFileHandle type is used for the MemoryMappedFile handle itself, not one of the MemoryMappedView types that it spawns. Only the latter are described as either "random access" (MemoryMappedViewAccessor) versus "sequential access" (MemoryMappedViewStream).

The MemoryMappedFile itself is agnostic on this distinction and not itself committed to "sequential access" as the summary states.


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Pri2Indicates issues/PRs that are medium priorityarea-Microsoft.Win32dotnet-api/prodwaiting-on-feedbackIndicates PRs that are waiting for feedback from SMEs before they can be merged

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions