FileStream::Flush Method
.NET Framework (current version)
Clears buffers for this stream and causes any buffered data to be written to the file.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | Flush() | Clears buffers for this stream and causes any buffered data to be written to the file.(Overrides Stream::Flush().) |
![]() | Flush(Boolean) | Clears buffers for this stream and causes any buffered data to be written to the file, and also clears all intermediate file buffers. |
Show:
