Zip for UWP/WinRT
MemoryThreshold プロパティ

メモリで圧縮される最大ストリームサイズを取得または設定します。
構文
'宣言
 
Public Property MemoryThreshold As System.Integer
public System.int MemoryThreshold {get; set;}
解説

C1ZipFile は、zip ファイルにエントリを追加する前に、一時ストリームにエントリを圧縮します。

MemoryThreshold バイトより小さいエントリは、一時メモリストリームを使用して圧縮されます。

MemoryThreshold バイトより大きいエントリは、一時ファイルを使用して圧縮されます。一時ファイルの場所は、TempFileName プロパティを使用して制御できます。

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

関連項目

C1ZipFile クラス
C1ZipFile メンバ

Send Feedback