FileAccessHints Class

Provides hints for how an open file will be used.

Inheritance Hierarchy

Syntax

public sealed class FileAccessHints : System.Enum

Fields

Name Description
Asynchronous

The stream will be accessed primarily using asynchronous methods.

Default

No special behavior.

RandomAccess

The returned stream should be seekable if possible.