言語

BacPackage.Unpack(String) メソッド

定義

このパッケージの内容を、 directoryPathで指定されたディレクトリに配置します。

public void Unpack(string directoryPath);
member this.Unpack : string -> unit
Public Sub Unpack (directoryPath As String)

パラメーター

directoryPath
String

パッケージの内容を配置するベース ディレクトリ。

例外

directoryPathが null 参照または空の文字列の場合。

パッケージのアンパック中にエラーが発生した場合。

適用対象