Zip for WPF/Silverlight
MemoryThreshold プロパティ (C1ZipFile)

C1.WPF.Zip.4.5.2 アセンブリ > C1.C1Zip 名前空間 > C1ZipFile クラス : MemoryThreshold プロパティ
メモリで圧縮される最大ストリームサイズを取得または設定します。
シンタックス
'宣言
 
Public Property MemoryThreshold As System.Integer
public System.int MemoryThreshold {get; set;}
解説

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

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

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

参照

C1ZipFile クラス
C1ZipFile メンバ