FileAccessHints Enumeration

Provides hints for how an open file will be used.

Inheritance Hierarchy

Syntax

public enum FileAccessHints : System.IComparable, System.IFormattable, System.IConvertible

Fields

Name Description
Asynchronous

The stream will be accessed primarily using asynchronous methods.

Default

No special behavior.