Instance Property インスタンスプロパティ

arguments

Array of strings with the command-line arguments for the process. そのプロセスに対するコマンドライン引数をもつ文字列からなるある配列。

Declaration 宣言

@property(readonly, copy) NSArray<NSString *> *arguments;

Discussion 議論

This array contains all the information passed in the argv array, including the executable name in the first element. この配列は、argv配列に渡される全ての情報を含みます、最初の要素において実行可能ファイル名を含んでいます。

See Also 参照

Accessing Process Information プロセス情報にアクセスする