リサイズはクリックかドラッグ

WoditorProject コンストラクター

コンストラクタ

名前空間:  WodiLib.Project
アセンブリ:  WodiLib (in WodiLib.dll) バージョン: 2.3.0.0
構文
C#
public WoditorProject(
	string targetDirectory
)

パラメーター

targetDirectory
型: SystemString
[NotEmpty][NotNewLine] 対象プロジェクトのルートディレクトリ(Game.exe等があるフォルダ)
例外
例外条件
ArgumentNullException targetDirectory が null の場合
ArgumentException targetDirectory が空白の場合、 または targetDirectory がディレクトリ名として不適切な場合
ArgumentNewLineException targetDirectory に改行コードが含まれる場合
IOException targetDirectoryがファイル名の場合、 またはネットワークエラーの場合
UnauthorizedAccessException アクセス許可がない場合
PathTooLongException targetDirectory がシステム定義の最大長を超えている場合
DirectoryNotFoundException 指定されたディレクトリが存在しない場合
関連項目