Zip for WPF/Silverlight
Extract(Int32) メソッド

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

パラメータ

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

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