IFileInfo.Length 属性

定义

文件的长度(以字节为单位);对于目录或非现有文件,则返回 -1。

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

属性值

适用于