Zip for .NET
Extract(Int32) メソッド

C1.C1Zip.4.5.2 アセンブリ > C1.C1Zip 名前空間 > C1ZipEntryCollection クラス > Extract メソッド : Extract(Int32) メソッド
抽出するエントリのインデックス。
zip ファイルからファイルを抽出します。
シンタックス
'宣言
 
Public Overloads Sub Extract( _
   ByVal index As System.Integer _
) 
public void Extract( 
   System.int index
)

パラメータ

index
抽出するエントリのインデックス。
解説
エントリは、エントリ名と同じ名前のファイルとして、zip ファイルと同じディレクトリ内に抽出されます。
参照

C1ZipEntryCollection クラス
C1ZipEntryCollection メンバ
オーバーロード一覧