TarEntry.Length プロパティ

定義

EntryTypeがデータを含むことができるエントリを示す場合は、そのようなデータの長さをバイト単位で取得します。

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

プロパティ値

注釈

データが一般的に含まれるエントリの種類はRegularFile (またはV7形式でV7RegularFile)。 データを含めることもできます他の一般的でないエントリの種類は、 ContiguousFileDirectoryListMultiVolume、および SparseFileです。

適用対象