点击或拖拽改变大小

XsFileStream.Flush 方法

X#
Clears buffers for this stream and causes any buffered data to be written to the file.

命名空间:  XSharp.IO
程序集:  XSharp.Core (在 XSharp.Core.dll 中) 版本:2.22 GA
语法
 VIRTUAL METHOD Flush() AS VOID
查看代码
异常
异常条件
IOExceptionAn I/O error occurred.
ObjectDisposedExceptionThe stream is closed.
参见