点击或拖拽改变大小

Functions.UseBufferedFileStream 方法 (Boolean)

X#
Control the buffered File IO setting for the runtime

命名空间:  XSharp.Core
程序集:  XSharp.Core (在 XSharp.Core.dll 中) 版本:2.22 GA
语法
 FUNCTION UseBufferedFileStream(
	lUse AS LOGIC
) AS LOGIC
查看代码

参数

lUse
类型:Boolean
Should the buffer file IO be used ?

返回值

类型:Boolean
Previous setting for the buffered file IO
备注
The default behavior for X# 2.7 and later is to use Buffered Filestreams for Exclusive disk io.
With this function you can switch that behavior on and off.
参见