.NET Framework Class Library
FileAccess Fields
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Defines constants for read, write, or read/write access to a file.

The following tables list the members exposed by the FileAccess type.

Public Fields

  NameDescription
static memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkReadRead access to the file. Data can be read from the file. Combine with Write for read/write access.
static memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkReadWriteRead and write access to the file. Data can be written to and read from the file.
static memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkWriteWrite access to the file. Data can be written to the file. Combine with Read for read/write access.
See Also

Reference

FileAccess Type
System.IO Namespace
Page view tracker