Type Property 型プロパティ

standardError

The file handle associated with the standard error file.

Declaration 宣言

class var standardError: FileHandle { get }

Return Value 戻り値

The shared file handle associated with the standard error file. 標準エラーファイルと結び付けられる共有ファイルハンドル。

Discussion 議論

Conventionally this is a terminal device where the system sends error messages. There’s one standard error file handle per process; it’s a shared instance.

When using this method to create a file handle object, the file handle owns its associated file descriptor and is responsible for closing it. このメソッドを使ってファイルハンドルオブジェクトを作成する場合、ファイルハンドルは、それの結び付けられたファイル記述子を所有し、そしてそれを閉じることに責任を持ちます。

See Also 参照

Getting a File Handle ファイルハンドルを取得する

Related Documentation 関連文書