'宣言 Public Overloads Sub Extract( _ ByVal entryName As System.String, _ ByVal destFileName As System.String _ )
public void Extract( System.string entryName, System.string destFileName )
パラメータ
- entryName
- 抽出するエントリの名前。
- destFileName
- 抽出したファイルの名前や保存場所。
'宣言 Public Overloads Sub Extract( _ ByVal entryName As System.String, _ ByVal destFileName As System.String _ )
public void Extract( System.string entryName, System.string destFileName )