Zip for WPF and Silverlight
C1.C1Zip Namespace / C1ZipEntryCollection Class / Extract Method / Extract(Int32) Method
抽出するエントリのインデックス。

In This Topic
    Extract(Int32) Method
    In This Topic
    現在の zip ファイルから1つのファイルを抽出します。
    Syntax
    'Declaration
     
    
    Public Overloads Sub Extract( _
       ByVal index As Integer _
    ) 
    public void Extract( 
       int index
    )

    Parameters

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