点击或拖拽改变大小

XsBufferedFileStream.Length 属性

X#
Gets the length in bytes of the stream.

命名空间:  XSharp.IO
程序集:  XSharp.Core (在 XSharp.Core.dll 中) 版本:2.22 GA
语法
 VIRTUAL PROPERTY Length AS INT64 GET 
查看代码

返回值

类型:Int64
A long value representing the length of the stream in bytes.
异常
异常条件
NotSupportedExceptionCanSeek for this stream is .
IOExceptionAn I/O error, such as the file being closed, occurred.
参见