点击或拖拽改变大小

XsFileStream.Unlock 方法

X#
Allows access by other processes to all or part of a file that was previously locked.

命名空间:  XSharp.IO
程序集:  XSharp.Core (在 XSharp.Core.dll 中) 版本:2.22 GA
语法
 VIRTUAL METHOD Unlock(
	position AS INT64,
	length AS INT64
) AS VOID
查看代码

参数

position
类型:Int64
The beginning of the range to unlock.
length
类型:Int64
The range to be unlocked.
异常
异常条件
ArgumentOutOfRangeExceptionposition or length is negative.
参见