点击或拖拽改变大小

XsWin32FileStream.Flush 方法 (Boolean)

X#
Clears buffers for this stream and causes any buffered data to be written to the file, and also clears all intermediate file buffers.

命名空间:  XSharp.IO
程序集:  XSharp.Core (在 XSharp.Core.dll 中) 版本:2.22 GA
语法
 VIRTUAL METHOD Flush(
	lCommit AS LOGIC
) AS VOID
查看代码

参数

lCommit
类型:Boolean
备注
This method calls the Windows FlushFileBuffers() function directly.
参见