arguments
currentDirectoryURL
environment
executableURL
qualityOfService
standardError
standardOutput
Availability 有効性
Technology
@property(retain) id standardInput;
file
The standard input for the receiver, which can be either an NSFile
or an NSPipe
object.
レシーバに対する標準入力、それはNSFile
またはNSPipe
オブジェクトのどちらかであることができます。
If file
is an NSPipe
object, launching the receiver automatically closes the read end of the pipe in the current task. Don’t create a handle for the pipe and pass that as the argument, or the read end of the pipe won’t be closed automatically.
file
がNSPipe
オブジェクトであるならば、レシーバを起動することは、自動的に現在のタスクでのパイプの読み出し最終部を閉じます。パイプに対するハンドルを作成してそれを引数として渡さないでください、さもないとパイプの読み出し最終部は自動的に閉じられないでしょう。
If this method isn’t used, the standard input is inherited from the process that created the receiver.
このメソッドが使われないならば、標準入力はレシーバを作成したプロセスから継承されます。
This method raises an NSInvalid
if the system has lauched the receiver.
arguments
currentDirectoryURL
environment
executableURL
qualityOfService
standardError
standardOutput