FileSystemEntry.Length プロパティ

定義

ファイルの長さをバイト単位で取得します。

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

プロパティ値

Int64

ファイルの長さ (バイト単位)。

適用対象