StreamReader Methods
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | Close() | Closes the StreamReader object and the underlying stream, and releases any system resources associated with the reader.(Overrides TextReader::Close().) |
![]() | CreateObjRef(Type^) | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.(Inherited from MarshalByRefObject.) |
![]() | DiscardBufferedData() | Clears the internal buffer. |
![]() | Dispose() | Releases all resources used by the TextReader object.(Inherited from TextReader.) |
![]() | Dispose(Boolean) | Closes the underlying stream, releases the unmanaged resources used by the StreamReader, and optionally releases the managed resources.(Overrides TextReader::Dispose(Boolean).) |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetLifetimeService() | Retrieves the current lifetime service object that controls the lifetime policy for this instance.(Inherited from MarshalByRefObject.) |
![]() | GetType() | |
![]() | InitializeLifetimeService() | Obtains a lifetime service object to control the lifetime policy for this instance.(Inherited from MarshalByRefObject.) |
![]() | MemberwiseClone() | |
![]() | MemberwiseClone(Boolean) | Creates a shallow copy of the current MarshalByRefObject object.(Inherited from MarshalByRefObject.) |
![]() | Peek() | Returns the next available character but does not consume it.(Overrides TextReader::Peek().) |
![]() | Read() | Reads the next character from the input stream and advances the character position by one character.(Overrides TextReader::Read().) |
![]() | Read(array<Char>^, Int32, Int32) | Reads a specified maximum of characters from the current stream into a buffer, beginning at the specified index.(Overrides TextReader::Read(array<Char>^, Int32, Int32).) |
![]() | ReadAsync(array<Char>^, Int32, Int32) | Reads a specified maximum number of characters from the current stream asynchronously and writes the data to a buffer, beginning at the specified index. (Overrides TextReader::ReadAsync(array<Char>^, Int32, Int32).) |
![]() | ReadBlock(array<Char>^, Int32, Int32) | Reads a specified maximum number of characters from the current stream and writes the data to a buffer, beginning at the specified index.(Overrides TextReader::ReadBlock(array<Char>^, Int32, Int32).) |
![]() | ReadBlockAsync(array<Char>^, Int32, Int32) | Reads a specified maximum number of characters from the current stream asynchronously and writes the data to a buffer, beginning at the specified index.(Overrides TextReader::ReadBlockAsync(array<Char>^, Int32, Int32).) |
![]() | ReadLine() | Reads a line of characters from the current stream and returns the data as a string.(Overrides TextReader::ReadLine().) |
![]() | ReadLineAsync() | Reads a line of characters asynchronously from the current stream and returns the data as a string.(Overrides TextReader::ReadLineAsync().) |
![]() | ReadToEnd() | Reads all characters from the current position to the end of the stream.(Overrides TextReader::ReadToEnd().) |
![]() | ReadToEndAsync() | Reads all characters from the current position to the end of the stream asynchronously and returns them as one string.(Overrides TextReader::ReadToEndAsync().) |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |

