共用方式為


TarEntry.Length 屬性

定義

EntryType當指出可包含數據的專案時,取得這類數據的位元組長度。

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

屬性值

備註

通常包含數據的RegularFile輸入類型 (或V7RegularFileV7格式為) 。 其他可能也包含資料的不常見項目類型包括: ContiguousFileDirectoryListMultiVolumeSparseFile

適用於