Zip for UWP/WinRT
C1ZipFile コンストラクタ(Stream)

zip データを含む System.IO.Stream
C1ZipFile クラスの新しいインスタンスを初期化し、この新しいインスタンスに関連付けられた zip ストリームを開きます。
構文
'宣言
 
Public Function New( _
   ByVal stream As System.IO.Stream _
)
public C1ZipFile( 
   System.IO.Stream stream
)

パラメータ

stream
zip データを含む System.IO.Stream
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