C1.Xaml.Zip アセンブリ > C1.C1Zip 名前空間 > C1ZipFile クラス : MemoryThreshold プロパティ |
'宣言 Public Property MemoryThreshold As System.Integer
public System.int MemoryThreshold {get; set;}
C1ZipFile は、zip ファイルにエントリを追加する前に、一時ストリームにエントリを圧縮します。
MemoryThreshold バイトより小さいエントリは、一時メモリストリームを使用して圧縮されます。
MemoryThreshold バイトより大きいエントリは、一時ファイルを使用して圧縮されます。一時ファイルの場所は、TempFileName プロパティを使用して制御できます。
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