点击或拖拽改变大小

XsBufferedFileStream.XWrite 方法

X#
Bypass the buffered Write mechanism and call the original Write() method in the base class

命名空间:  XSharp.IO
程序集:  XSharp.Core (在 XSharp.Core.dll 中) 版本:2.22 GA
语法
 METHOD XWrite(
	page AS INT64,
	bytes AS BYTE[],
	count AS LONG
) AS LOGIC
查看代码

参数

page
类型:Int64
bytes
类型:Byte
count
类型:Int32

返回值

类型:Boolean
参见