ReadState Enum
Definition
Specifies the state of the reader.
public enum class ReadState
public enum ReadState
type ReadState =
Public Enum ReadState
- Inheritance
Fields
Closed | 4 | The Close() method has been called. |
EndOfFile | 3 | The end of the file has been reached successfully. |
Error | 2 | An error occurred that prevents the read operation from continuing. |
Initial | 0 | The |
Interactive | 1 | The |