Version:
FileAccessHints Class
Provides hints for how an open file will be used.
Inheritance Hierarchy
- object
- System.ValueType
- System.Enum
- Inedo.Extensibility.FileSystems.FileAccessHints
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.
|