FileSystemEntry.Length 属性

定义

获取文件的长度(以字节为单位)。

public:
 property long Length { long get(); };
public long Length { get; }
member this.Length : int64
Public ReadOnly Property Length As Long

属性值

文件长度(以字节为单位)。

适用于