Functions.UseBufferedFileStream 方法 (Boolean) | |
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
public static bool UseBufferedFileStream(
bool lUse
)
查看代码参数
- lUse
- 类型:Boolean
Should the buffer file IO be used ?
返回值
类型:
BooleanPrevious 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.
参见