BasicProperties.Size プロパティ

定義

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

public:
 property unsigned long long Size { unsigned long long get(); };
uint64_t Size();
public ulong Size { get; }
var uInt64 = basicProperties.size;
Public ReadOnly Property Size As ULong

プロパティ値

UInt64

unsigned long long

uint64_t

ファイルのサイズ (バイト単位)。

適用対象