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

Specifies the state of the reader.

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

Public Fields

  NameDescription
static memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkClosedThe Close() method has been called.
static memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkEndOfFileThe end of the file has been reached successfully.
static memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkErrorAn error occurred that prevents the read operation from continuing.
static memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkInitialThe Read method has not been called.
static memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkInteractiveThe Read method has been called. Additional methods may be called on the reader.
See Also

Reference

ReadState Type
System.Xml Namespace
Page view tracker