This documentation is archived and is not being maintained.
ReadState Enumeration
.NET Framework 1.1
Specifies the state of the reader.
[Visual Basic] <Serializable> Public Enum ReadState [C#] [Serializable] public enum ReadState [C++] [Serializable] __value public enum ReadState [JScript] public Serializable enum ReadState
Members
| Member name | Description |
|---|---|
| Closed Supported by the .NET Compact Framework. | The Close method has been called. |
| EndOfFile Supported by the .NET Compact Framework. | The end of the file has been reached successfully. |
| Error Supported by the .NET Compact Framework. | An error occurred that prevents the read operation from continuing. |
| Initial Supported by the .NET Compact Framework. | The Read method has not been called. |
| Interactive Supported by the .NET Compact Framework. | The Read method has been called. Additional methods may be called on the reader. |
Requirements
Namespace: System.Xml
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, .NET Compact Framework
Assembly: System.Xml (in System.Xml.dll)
See Also
Show: